aboutsummaryrefslogtreecommitdiff
path: root/modules/gdnative/config.py
diff options
context:
space:
mode:
authorEmmanuel Leblond2017-04-17 21:42:11 +0200
committerEmmanuel Leblond2017-05-19 23:28:15 +0200
commitabcb044bf3f197ef68715f89abec77102bbe58ec (patch)
treee1c16a806b9b5ec71730a5b09c2ff6a4b17bc93c /modules/gdnative/config.py
parenta75623f436c215e107ede321afa08a1897552deb (diff)
downloadgodot-abcb044bf3f197ef68715f89abec77102bbe58ec.tar.gz
godot-abcb044bf3f197ef68715f89abec77102bbe58ec.tar.zst
godot-abcb044bf3f197ef68715f89abec77102bbe58ec.zip
Diffstat (limited to 'modules/gdnative/config.py')
-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 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):