Skip to content

Commit

Permalink
Revert "basis_universal: Make tinyexr dependency explicit"
Browse files Browse the repository at this point in the history
This reverts commit 220f261.
  • Loading branch information
akien-mga committed Nov 30, 2024
1 parent 682c5c7 commit a51c60f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/basis_universal/config.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
def can_build(env, platform):
env.module_add_dependencies("basis_universal", ["jpg", "tinyexr"])
env.module_add_dependencies("basis_universal", ["jpg"])
return True


Expand Down

0 comments on commit a51c60f

Please sign in to comment.