looper/clang-cl.sh
Zachary Hall 3ebb18ab7c
Some checks failed
Build / download-system-deps (push) Successful in 34s
Build / build-gentoo (push) Successful in 1m5s
Build / get-source-code (push) Successful in 3m43s
Build / build-appimage (push) Successful in 42s
Build / build-android (push) Successful in 10m39s
Build / build-windows (push) Failing after 3m50s
Fix workflows hopefully
2024-10-22 08:29:36 -07:00

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 "$@"