We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 682c5c7 commit a51c60fCopy full SHA for a51c60f
modules/basis_universal/config.py
@@ -1,5 +1,5 @@
1
def can_build(env, platform):
2
- env.module_add_dependencies("basis_universal", ["jpg", "tinyexr"])
+ env.module_add_dependencies("basis_universal", ["jpg"])
3
return True
4
5
0 commit comments