summaryrefslogtreecommitdiff
path: root/modules/gdnative
diff options
context:
space:
mode:
authorRuslan Mustakov <r.mustakov@gmail.com>2017-08-29 14:47:53 +0700
committerRuslan Mustakov <r.mustakov@gmail.com>2017-08-30 10:45:10 +0700
commit415f7da02589be3055542e84c78cd8aba3812cfc (patch)
tree4883e2cb9ef92c6d0f19154dc6a013e1b373ce68 /modules/gdnative
parentbbb4ee90ce1682295420ba343fc750af6b6c8138 (diff)
Fix GDNative API generator after changes to MethodBind
Diffstat (limited to 'modules/gdnative')
-rw-r--r--modules/gdnative/config.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/gdnative/config.py b/modules/gdnative/config.py
index 4f89ca0d4c..9f57b9bb74 100644
--- a/modules/gdnative/config.py
+++ b/modules/gdnative/config.py
@@ -1,7 +1,7 @@
def can_build(platform):
- return False
+ return True
def configure(env):