mirror of
https://github.com/bensuperpc/dockcross.git
synced 2025-02-10 19:44:22 +01:00
4 lines
122 B
Bash
Executable File
4 lines
122 B
Bash
Executable File
#!/usr/bin/env sh
|
|
|
|
exec ${WASI_SDK_PATH}/bin/clang++ -pthread --target=wasm32-wasi-threads --sysroot=${WASI_SYSROOT} "$@"
|