diff options
author | Fabio Alessandrelli <fabio.alessandrelli@gmail.com> | 2024-04-30 19:06:51 +0200 |
---|---|---|
committer | Fabio Alessandrelli <fabio.alessandrelli@gmail.com> | 2024-04-30 19:19:36 +0200 |
commit | b0296bb562af0ff812b732586c06ae6b3f96ef84 (patch) | |
tree | ce8205464e138f2b9d591117ad552eddbdee9a7f /test/project/example.gdextension | |
parent | 54fe2f9891525891a52c47ffbd190d15c38cccab (diff) | |
download | redot-cpp-b0296bb562af0ff812b732586c06ae6b3f96ef84.tar.gz |
[SCons] Add option to build without threads
This is relevant for the Web platform, where builds with and without
threads are incompatible.
Diffstat (limited to 'test/project/example.gdextension')
-rw-r--r-- | test/project/example.gdextension | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/test/project/example.gdextension b/test/project/example.gdextension index 4f599ce..8e2f794 100644 --- a/test/project/example.gdextension +++ b/test/project/example.gdextension @@ -29,8 +29,10 @@ android.debug.arm64 = "res://bin/libgdexample.android.template_debug.arm64.so" android.release.arm64 = "res://bin/libgdexample.android.template_release.arm64.so" ios.debug = "res://bin/libgdexample.ios.template_debug.xcframework" ios.release = "res://bin/libgdexample.ios.template_release.xcframework" -web.debug.wasm32 = "res://bin/libgdexample.web.template_debug.wasm32.wasm" -web.release.wasm32 = "res://bin/libgdexample.web.template_release.wasm32.wasm" +web.debug.threads.wasm32 = "res://bin/libgdexample.web.template_debug.wasm32.wasm" +web.release.threads.wasm32 = "res://bin/libgdexample.web.template_release.wasm32.wasm" +web.debug.wasm32 = "res://bin/libgdexample.web.template_debug.wasm32.nothreads.wasm" +web.release.wasm32 = "res://bin/libgdexample.web.template_release.wasm32.nothreads.wasm" [dependencies] ios.debug = { |