[qrhi] Fixed QSB lookup on macOS Packaged CI via Homebrew qtshadertools.

This commit is contained in:
23rd
2026-05-22 12:49:48 +03:00
parent 436f929e79
commit 15e45557ac
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -73,7 +73,7 @@ jobs:
run: | run: |
brew update brew update
brew upgrade || true brew upgrade || true
brew install ada-url autoconf automake boost cmake ffmpeg@6 jpeg-xl libavif libheif libtool openal-soft openh264 openssl opus ninja pkg-config python qtbase qtimageformats qtsvg xz || true brew install ada-url autoconf automake boost cmake ffmpeg@6 jpeg-xl libavif libheif libtool openal-soft openh264 openssl opus ninja pkg-config python qtbase qtimageformats qtshadertools qtsvg xz || true
sudo xcode-select -s /Applications/Xcode.app/Contents/Developer sudo xcode-select -s /Applications/Xcode.app/Contents/Developer
sudo sed -i '' '/CMAKE_${lang}_FLAGS_DEBUG_INIT/s/ -g//' /opt/homebrew/share/cmake/Modules/Compiler/GNU.cmake sudo sed -i '' '/CMAKE_${lang}_FLAGS_DEBUG_INIT/s/ -g//' /opt/homebrew/share/cmake/Modules/Compiler/GNU.cmake
+1
View File
@@ -17,6 +17,7 @@ find_program(QSB_EXECUTABLE qsb
"${QT_DIR}/../../../bin" "${QT_DIR}/../../../bin"
"${QT_DIR}/../../qt6/libexec" "${QT_DIR}/../../qt6/libexec"
"${QT_DIR}/../../qt6/bin" "${QT_DIR}/../../qt6/bin"
"${QT_DIR}/../../../opt/qtshadertools/bin"
PATHS ENV PATH) PATHS ENV PATH)
if (NOT QSB_EXECUTABLE) if (NOT QSB_EXECUTABLE)