diff options
author | Karroffel <therzog@mail.de> | 2017-04-09 21:07:53 +0200 |
---|---|---|
committer | Karroffel <therzog@mail.de> | 2017-04-09 21:07:53 +0200 |
commit | c7f8b22ba07c27ceb91307a178ee7520677018e1 (patch) | |
tree | e4770c5a7991330852d9229e74c5a195ba627185 /modules/dlscript/config.py | |
parent | 0198d2e03cfb8506e4a5c0f45efc43a1ac5d8d1a (diff) | |
download | redot-engine-c7f8b22ba07c27ceb91307a178ee7520677018e1.tar.gz |
renamed dlscript module to gdnative
Diffstat (limited to 'modules/dlscript/config.py')
-rw-r--r-- | modules/dlscript/config.py | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/modules/dlscript/config.py b/modules/dlscript/config.py deleted file mode 100644 index 9f57b9bb74..0000000000 --- a/modules/dlscript/config.py +++ /dev/null @@ -1,8 +0,0 @@ - - -def can_build(platform): - return True - - -def configure(env): - env.use_ptrcall = True |