From 171cd8f2e4e3f31f740f4b981918bfac31b594f5 Mon Sep 17 00:00:00 2001 From: Quaternions Date: Tue, 30 Jul 2024 12:02:19 -0700 Subject: [PATCH] cross compile with all features --- tools/cross-compile.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/cross-compile.sh b/tools/cross-compile.sh index f5f14b6f..594b4602 100755 --- a/tools/cross-compile.sh +++ b/tools/cross-compile.sh @@ -1 +1 @@ -cargo build --release --target x86_64-pc-windows-gnu +cargo build --release --target x86_64-pc-windows-gnu --all-features