1 parent 763a684 commit 4594b9fCopy full SHA for 4594b9f
1 file changed
src/lib/cimbar_js/CMakeLists.txt
@@ -8,7 +8,7 @@ set (SOURCES
8
)
9
10
# only if we're using wasm
11
-if(USE_WASM EQUAL "1")
+if(NOT USE_WASM EQUAL "2")
12
set(SOURCES
13
${SOURCES}
14
@@ -61,7 +61,7 @@ set (LINK_WASM_EXPORTED_FUNCTIONS
61
"_cimbare_get_aspect_ratio"
62
63
64
65
set(LINK_WASM_EXPORTED_FUNCTIONS
66
${LINK_WASM_EXPORTED_FUNCTIONS}
67
0 commit comments