diff options
| author | Rémi Verschelde | 2017-04-24 11:03:19 +0200 |
|---|---|---|
| committer | GitHub | 2017-04-24 11:03:19 +0200 |
| commit | 4c147008f33773bb385c6a67b1a7394ddbef6126 (patch) | |
| tree | 25873e2975e6f2723145b5b0ce3f0f969a9e3ac2 /modules/multiscript/config.py | |
| parent | b474646de081084dd691648f87d6057b77fbd819 (diff) | |
| parent | 885239fb09da503472bb4def4754036e70b43f1a (diff) | |
| download | godot-4c14700.tar.gz godot-4c14700.tar.zst godot-4c14700.zip | |
Merge pull request #8502 from karroffel/multiscript
re-added MultiScript
Diffstat (limited to 'modules/multiscript/config.py')
| -rw-r--r-- | modules/multiscript/config.py | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/modules/multiscript/config.py b/modules/multiscript/config.py new file mode 100644 index 000000000..5698a3729 --- /dev/null +++ b/modules/multiscript/config.py @@ -0,0 +1,8 @@ + + +def can_build(platform): + return True + + +def configure(env): + pass |
