From 1e18869a59f628fd4370da3284104149944bbde8 Mon Sep 17 00:00:00 2001 From: Relintai Date: Sat, 27 Jan 2024 10:22:39 +0100 Subject: [PATCH] Fix helper script. --- misc/scripts/SConstruct | 6 ------ 1 file changed, 6 deletions(-) diff --git a/misc/scripts/SConstruct b/misc/scripts/SConstruct index 3e74f7f..e2641d7 100644 --- a/misc/scripts/SConstruct +++ b/misc/scripts/SConstruct @@ -597,12 +597,6 @@ if env['a']: if env['t']: target = env['t'] -if not os.path.isdir('./modules'): - os.mkdir('./modules') - -if len(module_config.module_repositories) > 0 and not os.path.isdir(module_config.module_install_folder): - os.mkdir(module_config.module_install_folder) - if 'm' in action: engine_branch = 'master'