mirror of
https://github.com/Qz3rK/tdesktop.git
synced 2026-06-02 03:53:42 +02:00
[qrhi] Fixed QSB lookup on macOS Packaged CI via Homebrew qtshadertools.
This commit is contained in:
@@ -73,7 +73,7 @@ jobs:
|
||||
run: |
|
||||
brew update
|
||||
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 sed -i '' '/CMAKE_${lang}_FLAGS_DEBUG_INIT/s/ -g//' /opt/homebrew/share/cmake/Modules/Compiler/GNU.cmake
|
||||
|
||||
|
||||
@@ -17,6 +17,7 @@ find_program(QSB_EXECUTABLE qsb
|
||||
"${QT_DIR}/../../../bin"
|
||||
"${QT_DIR}/../../qt6/libexec"
|
||||
"${QT_DIR}/../../qt6/bin"
|
||||
"${QT_DIR}/../../../opt/qtshadertools/bin"
|
||||
PATHS ENV PATH)
|
||||
|
||||
if (NOT QSB_EXECUTABLE)
|
||||
|
||||
Reference in New Issue
Block a user