diff options
| author | Emmanuel Leblond | 2017-04-17 21:42:11 +0200 |
|---|---|---|
| committer | Emmanuel Leblond | 2017-05-19 23:28:15 +0200 |
| commit | abcb044bf3f197ef68715f89abec77102bbe58ec (patch) | |
| tree | e1c16a806b9b5ec71730a5b09c2ff6a4b17bc93c /modules/gdnative/config.py | |
| parent | a75623f436c215e107ede321afa08a1897552deb (diff) | |
| download | godot-abcb044bf3f197ef68715f89abec77102bbe58ec.tar.gz godot-abcb044bf3f197ef68715f89abec77102bbe58ec.tar.zst godot-abcb044bf3f197ef68715f89abec77102bbe58ec.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): |
