mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-06-22 08:07:33 +00:00
cf909a81db
The script build-archive.sh sets a variable SPIRV_REFLECT, even respects it if it's set in env but without support from the compile.py script for it there isn't much point. This commit adds support SPIRV_REFLECT in compile.py and and adds a fallback to use vendored spirv-reflect for when the envvar is unset and the tool can't be found in PATH Signed-off-by: Ralph Sennhauser <ralph.sennhauser@gmail.com>