Bump major for generate-emscripten-symbols.sh 18 -> 23

This commit is contained in:
Frank Denis 2017-10-01 13:20:55 +02:00
parent b8e066dc0c
commit 770e7945c3

View File

@ -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