Skip to content

Commit

Permalink
blind fix for OSX build
Browse files Browse the repository at this point in the history
  • Loading branch information
Ash-L2L committed Aug 7, 2023
1 parent 70611eb commit 3e7ce54
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,7 @@ jobs:
CXX=$(brew --prefix llvm@15)/bin/clang++ ./configure \
QT_LIBS="-L/usr/local/opt/qt@5/lib" \
CPPFLAGS="-I/usr/local/opt/qt@5/include" \
--with-qt-bindir="/usr/local/opt/qt@5/bin" \
--with-qt-incdir="/usr/local/opt/qt@5/include" \
--with-qt-libdir="/usr/local/opt/qt@5/lib"
Expand Down

0 comments on commit 3e7ce54

Please sign in to comment.