diff options
author | Ruslan Mustakov <r.mustakov@gmail.com> | 2017-08-29 14:47:53 +0700 |
---|---|---|
committer | Ruslan Mustakov <r.mustakov@gmail.com> | 2017-08-30 10:45:10 +0700 |
commit | 415f7da02589be3055542e84c78cd8aba3812cfc (patch) | |
tree | 4883e2cb9ef92c6d0f19154dc6a013e1b373ce68 /modules/gdnative | |
parent | bbb4ee90ce1682295420ba343fc750af6b6c8138 (diff) |
Fix GDNative API generator after changes to MethodBind
Diffstat (limited to 'modules/gdnative')
-rw-r--r-- | modules/gdnative/config.py | 2 |
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): |