Bump major for generate-emscripten-symbols.sh 18 -> 23
This commit is contained in:
parent
b8e066dc0c
commit
770e7945c3
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user