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