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"]: