godot/modules/jpg/config.py
Rémi Verschelde ea1e180e4a jpg: Make it a module and split jpgd thirdparty files
Similar rationale as in previous commit.

(cherry picked from commit 16ba665db6)
2016-10-30 14:51:30 +01:00

7 lines
66 B
Python

def can_build(platform):
return True
def configure(env):
pass