mirror of
https://github.com/bensuperpc/dockcross.git
synced 2025-02-11 12:04:22 +01:00
e2bc513d3f
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} "$@"
|