mirror of
https://github.com/godotengine/godot.git
synced 2025-01-10 12:11:05 +00:00
ee3cf211c6
Note that there are two Godot-specific changes made to libwebp for the javascript/HTML5 platform. They are documented in the README.md.
7 lines
66 B
Python
7 lines
66 B
Python
|
|
def can_build(platform):
|
|
return True
|
|
|
|
def configure(env):
|
|
pass
|