2 lines
153 B
Bash
2 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 "$@"
|