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"
|
SUMO="$1"
|
||||||
while read symbol standard sumo; do
|
while read symbol standard sumo; do
|
||||||
found="$standard"
|
found="$standard"
|
||||||
if [ "x$SUMO" != "sumo" ]; then
|
if [ "x$SUMO" = "xsumo" ]; then
|
||||||
found="$sumo"
|
found="$sumo"
|
||||||
fi
|
fi
|
||||||
if [ "$found" = "1" ]; then
|
if [ "$found" = "1" ]; then
|
||||||
@ -35,6 +35,7 @@ symbols() {
|
|||||||
} | \
|
} | \
|
||||||
sort | \
|
sort | \
|
||||||
{
|
{
|
||||||
|
out=''
|
||||||
while read symbol ; do
|
while read symbol ; do
|
||||||
if [ ! -z "$out" ]; then
|
if [ ! -z "$out" ]; then
|
||||||
out="${out},"
|
out="${out},"
|
||||||
|
Loading…
Reference in New Issue
Block a user