diff options
author | Karroffel <therzog@mail.de> | 2017-09-03 12:40:41 +0200 |
---|---|---|
committer | Karroffel <therzog@mail.de> | 2017-09-03 15:28:43 +0200 |
commit | 7878329e6fc828dc7ca0a8300ebdbaa0674a769c (patch) | |
tree | d999d27bc21468571be421d307caae562a3201a6 /modules/nativescript/config.py | |
parent | 6a08f8288ee53456820817fea70598fa846cea3e (diff) | |
download | redot-engine-7878329e6fc828dc7ca0a8300ebdbaa0674a769c.tar.gz |
merged gdnative and nativescript module
Diffstat (limited to 'modules/nativescript/config.py')
-rw-r--r-- | modules/nativescript/config.py | 8 |
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 |