godot/modules/webp/config.py
Rémi Verschelde ee3cf211c6 webp: Make it a module and unbundle libwebp thirdparty files
Note that there are two Godot-specific changes made to libwebp
for the javascript/HTML5 platform. They are documented in the
README.md.
2016-10-15 11:50:39 +02:00

7 lines
66 B
Python

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