From 5489ace788f480e66a632fe044a3c4705499598c Mon Sep 17 00:00:00 2001 From: Relintai Date: Mon, 22 Aug 2022 15:17:03 +0200 Subject: [PATCH] Add quotes when passing the custom module folders parameter. --- misc/scripts_app/SConstruct | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc/scripts_app/SConstruct b/misc/scripts_app/SConstruct index 7bd2bdc22..aefc0a9ee 100644 --- a/misc/scripts_app/SConstruct +++ b/misc/scripts_app/SConstruct @@ -393,7 +393,7 @@ if len(sys.argv) > 1: build_string = get_exports_for('global') + get_additional_commands_for('global') + 'scons ' if module_config.custom_module_folders != "": - build_string += 'custom_modules=' + module_config.custom_module_folders + " " + build_string += 'custom_modules="' + module_config.custom_module_folders + '" ' build_string += 'tools=' if 'e' in arg: