diff options
author | Thomas Herzog <thomas.herzog@mail.com> | 2017-07-24 04:51:34 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-07-24 04:51:34 +0200 |
commit | b31973b64de038a1d2dfaa1fcea0c72ee5ce012b (patch) | |
tree | 0d299c22cbffc2a353c126372a44f067914b71d0 /modules/nativescript/config.py | |
parent | 85aa0adeef6ab89e98105fdaa49f441e5763d970 (diff) | |
parent | 534d62d2f4ea1ff4be11b50bc79684b5780e4615 (diff) | |
download | redot-engine-b31973b64de038a1d2dfaa1fcea0c72ee5ce012b.tar.gz |
Merge pull request #9804 from karroffel/gdnative-rewrite
[GDNative] new GDNative API
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 0000000000..9f57b9bb74 --- /dev/null +++ b/modules/nativescript/config.py @@ -0,0 +1,8 @@ + + +def can_build(platform): + return True + + +def configure(env): + env.use_ptrcall = True |