Zachary Hall
5ce5f533ad
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 3m38s
Build / build-appimage (push) Successful in 43s
Build / build-android (push) Successful in 10m35s
Build / build-windows (push) Failing after 3m51s
2 lines
150 B
Bash
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 "$@"
|