Skip to content

Commit

Permalink
Meh whatever
Browse files Browse the repository at this point in the history
  • Loading branch information
SoniEx2 committed Dec 6, 2023
1 parent 85ee6d7 commit fa62b49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -648,7 +648,7 @@ if (BUILD_TESTS)
endif ()

if (WABT_BIG_ENDIAN)
set(WASM2C_CFLAGS "${WASM2C_CFLAGS} -DWABT_BIG_ENDIAN=1")
set(WASM2C_CFLAGS "${WASM2C_CFLAGS} -DWABT_BIG_ENDIAN=1 -DSIMDE_NO_NATIVE=1")
endif ()

if (DEFINED CMAKE_OSX_SYSROOT)
Expand Down

0 comments on commit fa62b49

Please sign in to comment.