aboutsummaryrefslogtreecommitdiff
path: root/modules/nativescript/config.py
diff options
context:
space:
mode:
authorKarroffel2017-07-14 01:44:14 +0200
committerKarroffel2017-07-24 04:23:37 +0200
commit534d62d2f4ea1ff4be11b50bc79684b5780e4615 (patch)
tree0d299c22cbffc2a353c126372a44f067914b71d0 /modules/nativescript/config.py
parent85aa0adeef6ab89e98105fdaa49f441e5763d970 (diff)
downloadgodot-534d62d2f4ea1ff4be11b50bc79684b5780e4615.tar.gz
godot-534d62d2f4ea1ff4be11b50bc79684b5780e4615.tar.zst
godot-534d62d2f4ea1ff4be11b50bc79684b5780e4615.zip
Diffstat (limited to 'modules/nativescript/config.py')
-rw-r--r--modules/nativescript/config.py8
1 files changed, 8 insertions, 0 deletions
diff --git a/modules/nativescript/config.py b/modules/nativescript/config.py
new file mode 100644
index 000000000..9f57b9bb7
--- /dev/null
+++ b/modules/nativescript/config.py
@@ -0,0 +1,8 @@
+
+
+def can_build(platform):
+ return True
+
+
+def configure(env):
+ env.use_ptrcall = True