Skip to content

Commit ec750aa

Browse files
committed
Enable 'worker' in single threaded mode
Fixes #278
1 parent aaf23ab commit ec750aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ if (ENABLE_MULTI_THREADING)
7676
set(REMOVE_THREAD_LOCAL "")
7777
else()
7878
set(MULTI_THREADED_FLAG "")
79-
set(ENVIRONMENT_FLAG -s ENVIRONMENT=web,node)
79+
set(ENVIRONMENT_FLAG -s ENVIRONMENT=web,node,worker)
8080
set(OUTPUT_BASE_NAME "${OUTPUT_FOLDER}jolt-physics")
8181
# Tried to keep this multi-platform since windows/mac/linux all treat -i different,
8282
# though this creates extra backup file in a non-tracked folder.

0 commit comments

Comments
 (0)