Skip to content

Commit a6b2e81

Browse files
authored
Update CMakeLists.txt
1 parent d62df9d commit a6b2e81

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
@@ -128,7 +128,7 @@ function(configure_kernel kernel)
128128
string(REPLACE "\\" "/" XEUS_CPP_RESOURCE_DIR "${XEUS_CPP_RESOURCE_DIR}")
129129
string(REPLACE "\\" "/" XEUS_CPP_INCLUDE_DIR "${XEUS_CPP_INCLUDE_DIR}")
130130
endif()
131-
if(NOT EMSCRIPTEN)
131+
if(EMSCRIPTEN)
132132
set(prefix "wasm")
133133
else()
134134
set(XEUS_CPP_PATH "$ENV{PATH}")

0 commit comments

Comments
 (0)