summaryrefslogtreecommitdiff
path: root/modules/nativescript/config.py
diff options
context:
space:
mode:
authorRĂ©mi Verschelde <rverschelde@gmail.com>2017-09-04 21:51:07 +0200
committerGitHub <noreply@github.com>2017-09-04 21:51:07 +0200
commite979e50b7d83a90c39c206783b15c1ff3a43fb0d (patch)
tree45c66640fbf82b4e1226f51cec3da548f8488e51 /modules/nativescript/config.py
parentf9d9e9099cd04a112598d65ac67a05eb78139e4a (diff)
parent54a9c1ee43673803e8992ebdcb9e8fca3c367487 (diff)
Merge pull request #10921 from karroffel/gdnative-MERGE-EVERYTHING
[GDNative] merge of NativeScript and GDNative, new GDNative singletons
Diffstat (limited to 'modules/nativescript/config.py')
-rw-r--r--modules/nativescript/config.py8
1 files changed, 0 insertions, 8 deletions
diff --git a/modules/nativescript/config.py b/modules/nativescript/config.py
deleted file mode 100644
index 9f57b9bb74..0000000000
--- a/modules/nativescript/config.py
+++ /dev/null
@@ -1,8 +0,0 @@
-
-
-def can_build(platform):
- return True
-
-
-def configure(env):
- env.use_ptrcall = True