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 d62df9d commit a6b2e81Copy full SHA for a6b2e81
CMakeLists.txt
@@ -128,7 +128,7 @@ function(configure_kernel kernel)
128
string(REPLACE "\\" "/" XEUS_CPP_RESOURCE_DIR "${XEUS_CPP_RESOURCE_DIR}")
129
string(REPLACE "\\" "/" XEUS_CPP_INCLUDE_DIR "${XEUS_CPP_INCLUDE_DIR}")
130
endif()
131
- if(NOT EMSCRIPTEN)
+ if(EMSCRIPTEN)
132
set(prefix "wasm")
133
else()
134
set(XEUS_CPP_PATH "$ENV{PATH}")
0 commit comments