Zachary Hall
d7a89bae3d
Some checks failed
Build / download-system-deps (push) Successful in 36s
Build / build-gentoo (push) Successful in 1m6s
Build / get-source-code (push) Successful in 3m41s
Build / build-appimage (push) Successful in 40s
Build / build-android (push) Successful in 10m22s
Build / build-windows (push) Failing after 3m54s
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 "$@"
|