From c571273ab43f164f3ec52523ceeb4cdb5435a598 Mon Sep 17 00:00:00 2001 From: Max Brunsfeld Date: Mon, 20 Nov 2023 11:00:12 -0800 Subject: [PATCH] Allow bundling in debug mode with both architectures Co-authored-by: Mikayla --- script/bundle | 1 - 1 file changed, 1 deletion(-) diff --git a/script/bundle b/script/bundle index 417e286ec8..95a789885f 100755 --- a/script/bundle +++ b/script/bundle @@ -39,7 +39,6 @@ do export CARGO_INCREMENTAL=true export CARGO_BUNDLE_SKIP_BUILD=true build_flag=""; - local_arch=true target_dir="debug" ;; l)