Regen emscripten symbols
This commit is contained in:
parent
f8e535a446
commit
f61a121b81
4
dist-build/emscripten-wasm.sh
Executable file → Normal file
4
dist-build/emscripten-wasm.sh
Executable file → Normal file
File diff suppressed because one or more lines are too long
4
dist-build/emscripten.sh
Executable file → Normal file
4
dist-build/emscripten.sh
Executable file → Normal file
File diff suppressed because one or more lines are too long
@ -7,7 +7,7 @@ symbols() {
|
||||
SUMO="$1"
|
||||
while read symbol standard sumo; do
|
||||
found="$standard"
|
||||
if [ "x$SUMO" != "sumo" ]; then
|
||||
if [ "x$SUMO" = "xsumo" ]; then
|
||||
found="$sumo"
|
||||
fi
|
||||
if [ "$found" = "1" ]; then
|
||||
@ -35,6 +35,7 @@ symbols() {
|
||||
} | \
|
||||
sort | \
|
||||
{
|
||||
out=''
|
||||
while read symbol ; do
|
||||
if [ ! -z "$out" ]; then
|
||||
out="${out},"
|
||||
|
Loading…
Reference in New Issue
Block a user