We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aaf23ab commit ec750aaCopy full SHA for ec750aa
CMakeLists.txt
@@ -76,7 +76,7 @@ if (ENABLE_MULTI_THREADING)
76
set(REMOVE_THREAD_LOCAL "")
77
else()
78
set(MULTI_THREADED_FLAG "")
79
- set(ENVIRONMENT_FLAG -s ENVIRONMENT=web,node)
+ set(ENVIRONMENT_FLAG -s ENVIRONMENT=web,node,worker)
80
set(OUTPUT_BASE_NAME "${OUTPUT_FOLDER}jolt-physics")
81
# Tried to keep this multi-platform since windows/mac/linux all treat -i different,
82
# though this creates extra backup file in a non-tracked folder.
0 commit comments