summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorDavid Snopek <dsnopek@gmail.com>2024-05-16 10:39:57 -0500
committerGitHub <noreply@github.com>2024-05-16 10:39:57 -0500
commit340dde31a28222ed09a68176b5c658e531fd73d9 (patch)
treee94ba662aa993da4613cb6505db72c328e8ce167 /test
parent6b39ed0732116766c667cf509b99a769e2c41776 (diff)
parentb0296bb562af0ff812b732586c06ae6b3f96ef84 (diff)
downloadredot-cpp-340dde31a28222ed09a68176b5c658e531fd73d9.tar.gz
Merge pull request #1451 from Faless/build/to_threads_or_not_to_threads
[SCons] Add option to build without threads
Diffstat (limited to 'test')
-rw-r--r--test/project/example.gdextension6
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 = {