summaryrefslogtreecommitdiff
path: root/modules/cscript/config.py
diff options
context:
space:
mode:
authorRémi Verschelde <rverschelde@gmail.com>2017-04-04 00:25:03 +0200
committerGitHub <noreply@github.com>2017-04-04 00:25:03 +0200
commit46bc14e66fe90430f1d74cdab6cca6acb5b2a3f6 (patch)
tree6d761531804ce9bb8e78b297598e06bea57dbe7b /modules/cscript/config.py
parent57badfd1df3a554b7f47793e73a887874e5ca2b1 (diff)
parentfd553087867187220d4f6b8217854dd8e9be2667 (diff)
Merge pull request #8246 from GodotNativeTools/dlscript-module
DLScript module
Diffstat (limited to 'modules/cscript/config.py')
-rw-r--r--modules/cscript/config.py8
1 files changed, 0 insertions, 8 deletions
diff --git a/modules/cscript/config.py b/modules/cscript/config.py
deleted file mode 100644
index 5698a37295..0000000000
--- a/modules/cscript/config.py
+++ /dev/null
@@ -1,8 +0,0 @@
-
-
-def can_build(platform):
- return True
-
-
-def configure(env):
- pass