Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix: ensure ktxdiff runs on Apple Silicon.
INSTALL_RPATH was not being set meaning macOS could not find libktx. Since cts tests succeeded on CI, which runs on x86_64, assumption is the failure was caused by stricter run time checks on Apple Silicon.
- Loading branch information