looper/clang-cl.sh
Zachary Hall 1c23a21442
Some checks failed
Build / download-system-deps (push) Successful in 34s
Build / build-gentoo (push) Successful in 1m6s
Build / get-source-code (push) Successful in 3m40s
Build / build-appimage (push) Successful in 39s
Build / build-android (push) Successful in 10m23s
Build / build-windows (push) Failing after 3m51s
Fix workflows hopefully
2024-10-21 15:12:18 -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 "$@"