mirror of
https://github.com/bensuperpc/dockcross.git
synced 2026-09-06 17:23:39 +02:00
Update for their migration to the CMake build system and use of binary sdk artifacts.
4 lines
103 B
Bash
Executable File
4 lines
103 B
Bash
Executable File
#!/usr/bin/env sh
|
|
|
|
exec ${WASI_SDK_PATH}/bin/clang --target=wasm32-wasi --sysroot=${WASI_SYSROOT} "$@"
|