mirror of
https://github.com/godotengine/godot.git
synced 2025-12-08 06:09:55 +00:00
basis_universal: Make tinyexr dependency explicit
This commit is contained in:
parent
56a7dba10b
commit
220f2611cc
1 changed files with 1 additions and 1 deletions
|
|
@ -1,5 +1,5 @@
|
|||
def can_build(env, platform):
|
||||
env.module_add_dependencies("basis_universal", ["jpg"])
|
||||
env.module_add_dependencies("basis_universal", ["jpg", "tinyexr"])
|
||||
return True
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue