diff options
| author | Karroffel | 2017-07-14 01:44:14 +0200 |
|---|---|---|
| committer | Karroffel | 2017-07-24 04:23:37 +0200 |
| commit | 534d62d2f4ea1ff4be11b50bc79684b5780e4615 (patch) | |
| tree | 0d299c22cbffc2a353c126372a44f067914b71d0 /modules/nativescript/config.py | |
| parent | 85aa0adeef6ab89e98105fdaa49f441e5763d970 (diff) | |
| download | godot-534d62d2f4ea1ff4be11b50bc79684b5780e4615.tar.gz godot-534d62d2f4ea1ff4be11b50bc79684b5780e4615.tar.zst godot-534d62d2f4ea1ff4be11b50bc79684b5780e4615.zip | |
Diffstat (limited to 'modules/nativescript/config.py')
| -rw-r--r-- | modules/nativescript/config.py | 8 |
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 |
