SCons: Make ktx module require basis_universal

Fixes #80786.
This commit is contained in:
Rémi Verschelde 2023-08-19 16:49:08 +02:00
parent 5444afae63
commit 969a35ae2b
No known key found for this signature in database
GPG key ID: C3336907360768E1
3 changed files with 6 additions and 8 deletions

View file

@ -1,4 +1,5 @@
def can_build(env, platform):
env.module_add_dependencies("ktx", ["basis_universal"])
return True