summaryrefslogtreecommitdiffstatshomepage
path: root/scripts
diff options
context:
space:
mode:
author Justin Kerk <dopefishjustin@gmail.com>2025-06-05 17:48:32 -0700
committer Justin Kerk <dopefishjustin@gmail.com>2025-06-05 17:48:32 -0700
commit92b4640d3c16993ca046454f7c33b6d93cb43878 (patch)
treeb0472a695afa1f5864d81d65097d2ac8105bfa94 /scripts
parenta975cbfc66a2fca4eac04465b8d1073cca727171 (diff)
sound: Set SOUND_DISABLE_THREADING for Emscripten target
Diffstat (limited to 'scripts')
-rw-r--r--scripts/genie.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/genie.lua b/scripts/genie.lua
index a276c345bc8..40368c11802 100644
--- a/scripts/genie.lua
+++ b/scripts/genie.lua
@@ -1102,6 +1102,7 @@ configuration { "asmjs" }
}
defines {
"ASIO_HAS_PTHREADS",
+ "SOUND_DISABLE_THREADING",
}
linkoptions {
"-Wl,--start-group",