dockcross/web-wasi/clang++-wasi-sysroot.sh

4 lines
84 B
Bash
Raw Normal View History

2021-10-08 23:07:09 +02:00
#!/usr/bin/env sh
exec ${WASI_SDK_PATH}/bin/clang++ --sysroot=${WASI_SYSROOT} "$@"