Regen emscripten symbols

This commit is contained in:
Frank Denis 2017-08-25 15:18:55 +02:00
parent f8e535a446
commit f61a121b81
3 changed files with 6 additions and 5 deletions

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

File diff suppressed because one or more lines are too long

View File

@ -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},"