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 3e7ce54 commit 5543503
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -156,8 +156,11 @@ jobs:
- name: Configure
run: |
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" \
PROTOBUF_LIBS="-L/usr/local/opt/protobuf@21/lib" \
PROTOBUF_CFLAGS="-I/usr/local/opt/protobuf@21/include" \
QT_LIBS="-L/usr/local/opt/qt@5/lib" \
--with-protoc-bindir="/usr/local/opt/protobuf@21/bin" \
--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 5543503

Please sign in to comment.