diff options
| author | Ruslan Mustakov | 2017-08-29 14:47:53 +0700 |
|---|---|---|
| committer | Ruslan Mustakov | 2017-08-30 10:45:10 +0700 |
| commit | 415f7da02589be3055542e84c78cd8aba3812cfc (patch) | |
| tree | 4883e2cb9ef92c6d0f19154dc6a013e1b373ce68 /modules/gdnative/config.py | |
| parent | bbb4ee90ce1682295420ba343fc750af6b6c8138 (diff) | |
| download | godot-415f7da02589be3055542e84c78cd8aba3812cfc.tar.gz godot-415f7da02589be3055542e84c78cd8aba3812cfc.tar.zst godot-415f7da02589be3055542e84c78cd8aba3812cfc.zip | |
Diffstat (limited to 'modules/gdnative/config.py')
| -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 4f89ca0d4..9f57b9bb7 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): |
