From 7ad616b0a88c6a791bf2bac694cb9fb513a98e16 Mon Sep 17 00:00:00 2001 From: Relintai Date: Thu, 14 Dec 2023 23:23:36 +0100 Subject: [PATCH] Add back the editor modules complie. --- SConstruct | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SConstruct b/SConstruct index c30b64a..81ef3b0 100644 --- a/SConstruct +++ b/SConstruct @@ -268,7 +268,7 @@ env_base["platform"] = selected_platform # Must always be re-set after calling # Detect modules. modules_detected = OrderedDict() -module_search_paths = [ "modules" ] # Built-in path. +module_search_paths = [ "modules", methods.convert_custom_modules_path("editor_modules") ] # Built-in path. # maybe? #if env_base["tools"]: