From e7cd5c03fb64b0145bed2b88970f8940f564ce9c Mon Sep 17 00:00:00 2001 From: Relintai Date: Fri, 9 Feb 2024 10:46:36 +0100 Subject: [PATCH] Fixed the bel_copy script. --- bel_copy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bel_copy.sh b/bel_copy.sh index 0b4ac84..1c85ed5 100755 --- a/bel_copy.sh +++ b/bel_copy.sh @@ -1,2 +1,2 @@ -scons bel_strip -j4 module_mono_enabled=yes mono_glue=no copy_mono_root=yes +scons bel_strip -j4 module_mono_enabled=yes mono_glue=yes copy_mono_root=yes