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