diff options
author | Mitya Selivanov <automainint@guattari.tech> | 2024-02-12 22:59:01 +0100 |
---|---|---|
committer | Mitya Selivanov <automainint@guattari.tech> | 2024-02-12 22:59:01 +0100 |
commit | 5873c787c631612554d6c2daeb6db08c5306fb0c (patch) | |
tree | cf918bcc7adbc8103709cc0af2dd2150d6aa91dc /build_and_test.sh | |
parent | b66777e914dc7fa807b99f75be57b480488da567 (diff) | |
download | saw-5873c787c631612554d6c2daeb6db08c5306fb0c.zip |
Properly resume audio after a use action in browser
Diffstat (limited to 'build_and_test.sh')
-rwxr-xr-x | build_and_test.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build_and_test.sh b/build_and_test.sh index 517ae4a..1829a89 100755 --- a/build_and_test.sh +++ b/build_and_test.sh @@ -92,7 +92,7 @@ elif [ "$USE_COMPILER" = "emcc" ]; then FOLDER=out_emcc COMPILE=emcc EXE_POSTFIX=.js - LINK_FLAGS="-sFULL_ES3=1" + LINK_FLAGS="-sFULL_ES3" elif [ "$USE_COMPILER" != "" ]; then echo "Unknown C compiler" exit 1 |