Skip to content

Commit

Permalink
Merge pull request godotengine#99859 from akien-mga/revert-99825
Browse files Browse the repository at this point in the history
Revert "basis_universal: Make tinyexr dependency explicit"
  • Loading branch information
akien-mga authored Nov 30, 2024
2 parents 682c5c7 + a51c60f commit 893bbdf
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 893bbdf

Please sign in to comment.