summaryrefslogtreecommitdiffstats
path: root/modules/nativescript/config.py
diff options
context:
space:
mode:
authorJuan Linietsky <reduzio@gmail.com>2017-08-24 00:06:56 -0300
committerJuan Linietsky <reduzio@gmail.com>2017-08-24 00:06:56 -0300
commit36e0a72c77348d4a1f2195937dff8dba88f7e044 (patch)
treea3e798e46199c18f729ab9c692dde990e3c3250b /modules/nativescript/config.py
parent3d1c03187132677800b7f6bc609eeef8fe51f315 (diff)
downloadredot-engine-36e0a72c77348d4a1f2195937dff8dba88f7e044.tar.gz
-Code completion for enumerations
-Disabled GDNative and GDNativeScript so build compiles again
Diffstat (limited to 'modules/nativescript/config.py')
-rw-r--r--modules/nativescript/config.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/nativescript/config.py b/modules/nativescript/config.py
index 9f57b9bb74..4f89ca0d4c 100644
--- a/modules/nativescript/config.py
+++ b/modules/nativescript/config.py
@@ -1,7 +1,7 @@
def can_build(platform):
- return True
+ return False
def configure(env):