mirror of
https://github.com/tiennm99/godot.git
synced 2026-06-19 15:46:41 +00:00
36e0a72c77
-Disabled GDNative and GDNativeScript so build compiles again
9 lines
93 B
Python
9 lines
93 B
Python
|
|
|
|
def can_build(platform):
|
|
return False
|
|
|
|
|
|
def configure(env):
|
|
env.use_ptrcall = True
|