From 841fc326b9d3b9e15750737ed9db7e4b66c79c68 Mon Sep 17 00:00:00 2001 From: Martyn Date: Wed, 3 Apr 2024 15:02:03 +0000 Subject: [PATCH] Update buildall.sh --- buildall.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildall.sh b/buildall.sh index 8355258..9895a39 100644 --- a/buildall.sh +++ b/buildall.sh @@ -40,7 +40,7 @@ for i in $(seq 0 $(expr $(jq '. | length' < apps.json) - 1)); do echo "===================================================" #note: only works on debianish update-alternatives --install /usr/bin/cc cc /usr/bin/clang 100 - cargo tauri build --target x86_64-pc-windows-msvc + cargo tauri build --target x86_64-pc-windows-msvc -C linker=rust-lld echo "================================================" echo "Building apple" echo "> cargo tauri build --target x86_64-apple-darwin"