diff options
| author | 2025-06-05 17:48:32 -0700 | |
|---|---|---|
| committer | 2025-06-05 17:48:32 -0700 | |
| commit | 92b4640d3c16993ca046454f7c33b6d93cb43878 (patch) | |
| tree | b0472a695afa1f5864d81d65097d2ac8105bfa94 /scripts | |
| parent | a975cbfc66a2fca4eac04465b8d1073cca727171 (diff) | |
sound: Set SOUND_DISABLE_THREADING for Emscripten target
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/genie.lua | 1 |
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", |
