Skip to content

Commit 0f46696

Browse files
read sysroot from variable (simolus3#255)
1 parent b9fb48f commit 0f46696

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sqlite3/assets/wasm/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ macro(base_sqlite3_target name debug)
6060
-mexec-model=reactor
6161
-fno-stack-protector -fno-stack-clash-protection
6262
-Wl,--import-memory
63-
--sysroot /usr/share/wasi-sysroot
63+
--sysroot ${wasi_sysroot}
6464
${sources}
6565
@${CMAKE_CURRENT_BINARY_DIR}/required_symbols.txt
6666
DEPENDS ${sources} required_symbols

0 commit comments

Comments
 (0)