looper/clang-cl.sh
Zachary Hall 850cccb25b
Some checks failed
Build / download-system-deps (push) Successful in 33s
Build / build-gentoo (push) Successful in 1m8s
Build / get-source-code (push) Successful in 3m39s
Build / build-appimage (push) Successful in 39s
Build / build-android (push) Successful in 10m34s
Build / build-windows (push) Failing after 3m47s
Fix workflows hopefully
2024-10-21 17:39:50 -07:00

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