godot/modules/jpg/config.py
Rémi Verschelde 16ba665db6 jpg: Make it a module and split jpgd thirdparty files
Similar rationale as in previous commit.
2016-10-15 11:50:39 +02:00

7 lines
66 B
Python

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