diff options
| author | Rémi Verschelde | 2016-10-10 00:03:33 +0200 |
|---|---|---|
| committer | Rémi Verschelde | 2016-10-15 11:50:39 +0200 |
| commit | 16ba665db6bbd7f15aadc35fda87d69d0b220bf7 (patch) | |
| tree | d7773cd17d8677f66fb37e821edf28a7375c097b /modules/jpg/config.py | |
| parent | 5fef84a1358310304cb1114924525ec4df794b49 (diff) | |
| download | godot-16ba665db6bbd7f15aadc35fda87d69d0b220bf7.tar.gz godot-16ba665db6bbd7f15aadc35fda87d69d0b220bf7.tar.zst godot-16ba665db6bbd7f15aadc35fda87d69d0b220bf7.zip | |
jpg: Make it a module and split jpgd thirdparty files
Similar rationale as in previous commit.
Diffstat (limited to 'modules/jpg/config.py')
| -rw-r--r-- | modules/jpg/config.py | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/modules/jpg/config.py b/modules/jpg/config.py new file mode 100644 index 000000000..368e97e15 --- /dev/null +++ b/modules/jpg/config.py @@ -0,0 +1,6 @@ + +def can_build(platform): + return True + +def configure(env): + pass |
