mirror of
https://github.com/Relintai/gdnative_python_sample.git
synced 2024-11-12 10:25:12 +01:00
gdnative is now built in to the engine.
This commit is contained in:
parent
b026850f84
commit
3ca3064af8
@ -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 '
|
||||
|
Loading…
Reference in New Issue
Block a user