Skip to content

Commit a1d3a9b

Browse files
committed
try to skip RPATH
1 parent 1d9d8a5 commit a1d3a9b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

cmake/toolchain/wasi.cmake

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@
1717
set(CMAKE_C_COMPILER /opt/wasi-sdk/bin/clang)
1818
set(CMAKE_CXX_COMPILER /opt/wasi-sdk/bin/clang++)
1919

20+
set(CMAKE_SKIP_RPATH TRUE)
21+
2022
add_compile_definitions(CATCH_CONFIG_NO_POSIX_SIGNALS JSON_HAS_FILESYSTEM=0)
2123

2224
include(${CMAKE_CURRENT_LIST_DIR}/cxx20.cmake)

0 commit comments

Comments
 (0)