From 3ca3064af856e01900cfc542d9997ab5720687cf Mon Sep 17 00:00:00 2001 From: Relintai Date: Fri, 23 Jun 2023 17:21:04 +0200 Subject: [PATCH] gdnative is now built in to the engine. --- module_config.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/module_config.py b/module_config.py index 4dea542..a6afabe 100644 --- a/module_config.py +++ b/module_config.py @@ -7,7 +7,7 @@ engine_repository = [ ['https://github.com/Relintai/pandemonium_engine.git', 'gi module_install_folder = './pandemonium_engine/custom_modules/' module_repositories = [ - [ ['https://github.com/Relintai/gdnative.git', 'git@github.com:Relintai/gdnative.git'], 'gdnative', '' ], + #[ ['https://github.com/Relintai/gdnative.git', 'git@github.com:Relintai/gdnative.git'], 'gdnative', '' ], ] removed_modules = [ @@ -20,7 +20,7 @@ third_party_addon_repositories = [ ] # Relative to the engine directory -custom_module_folders = 'custom_modules' +custom_module_folders = '' slim_args = '' slim_args += 'module_bmp_enabled=no '