3 lines
150 B
Bash
3 lines
150 B
Bash
|
#!/usr/bin/env sh
|
||
|
exec /usr/bin/clang-cl --target=x86_64-pc-windows-msvc -vctoolsdir /tmp/winroot/crt -winsdkdir /tmp/winroot/sdk -fuse-ld=lld "$@"
|