From c7ef895456b859a733d4c8f2b125baf6951426c4 Mon Sep 17 00:00:00 2001 From: Noratrieb <48135649+Noratrieb@users.noreply.github.com> Date: Sun, 27 Jul 2025 16:59:00 +0200 Subject: [PATCH] sobs --- build.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/build.sh b/build.sh index 56c6c0b..f715f0e 100755 --- a/build.sh +++ b/build.sh @@ -10,8 +10,7 @@ cd rust ./configure \ --set llvm.download-ci-llvm=true \ - --set rust.download-rustc=true \ - --set rust.llvm-bitcode-linker=false + --set rust.download-rustc=true targets=(x86_64-unknown-linux-gnu x86_64-pc-windows-msvc aarch64-apple-darwin)