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