1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-07 12:30:27 +00:00

Fix GDNative API generator after changes to MethodBind

This commit is contained in:
Ruslan Mustakov
2017-08-29 14:47:53 +07:00
parent bbb4ee90ce
commit 415f7da025
3 changed files with 25 additions and 20 deletions

View File

@@ -1,7 +1,7 @@
def can_build(platform):
return False
return True
def configure(env):