From 36e0a72c77348d4a1f2195937dff8dba88f7e044 Mon Sep 17 00:00:00 2001 From: Juan Linietsky Date: Thu, 24 Aug 2017 00:06:56 -0300 Subject: -Code completion for enumerations -Disabled GDNative and GDNativeScript so build compiles again --- modules/nativescript/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/nativescript') diff --git a/modules/nativescript/config.py b/modules/nativescript/config.py index 9f57b9bb7..4f89ca0d4 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): -- cgit v1.3.1