Skip to content

Commit

Permalink
Bump major for generate-emscripten-symbols.sh 18 -> 23
Browse files Browse the repository at this point in the history
  • Loading branch information
jedisct1 committed Oct 1, 2017
1 parent b8e066d commit 770e794
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dist-build/generate-emscripten-symbols.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ symbols() {
fi
done < emscripten-symbols.def

nm /usr/local/lib/libsodium.18.dylib | \
nm /usr/local/lib/libsodium.23.dylib | \
fgrep ' T _' | \
cut -d' ' -f3 | {
while read symbol; do
Expand Down

0 comments on commit 770e794

Please sign in to comment.