ee3cf211c6
Note that there are two Godot-specific changes made to libwebp for the javascript/HTML5 platform. They are documented in the README.md.
6 lines
66 B
Python
6 lines
66 B
Python
|
|
def can_build(platform):
|
|
return True
|
|
|
|
def configure(env):
|
|
pass
|