Skip to content

Commit 4594b9f

Browse files
committed
got carried away
1 parent 763a684 commit 4594b9f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/lib/cimbar_js/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ set (SOURCES
88
)
99

1010
# only if we're using wasm
11-
if(USE_WASM EQUAL "1")
11+
if(NOT USE_WASM EQUAL "2")
1212
set(SOURCES
1313
${SOURCES}
1414

@@ -61,7 +61,7 @@ set (LINK_WASM_EXPORTED_FUNCTIONS
6161
"_cimbare_get_aspect_ratio"
6262
)
6363

64-
if(USE_WASM EQUAL "1")
64+
if(NOT USE_WASM EQUAL "2")
6565
set(LINK_WASM_EXPORTED_FUNCTIONS
6666
${LINK_WASM_EXPORTED_FUNCTIONS}
6767

0 commit comments

Comments
 (0)