mirror of
https://github.com/bensuperpc/dockcross.git
synced 2025-06-22 02:43:34 +02:00
web-wasi: bump to wasi-sdk 25.0
Update for their migration to the CMake build system and use of binary sdk artifacts.
This commit is contained in:
@ -1,3 +1,3 @@
|
||||
#!/usr/bin/env sh
|
||||
|
||||
exec clang-${LLVM_VERSION} --target=wasm32-wasi --sysroot=${WASI_SYSROOT} "$@"
|
||||
exec ${WASI_SDK_PATH}/bin/clang --target=wasm32-wasi --sysroot=${WASI_SYSROOT} "$@"
|
||||
|
Reference in New Issue
Block a user