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 8, 2023
1 parent 24f7fa4 commit b304e4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ jobs:
run: |
CXX=$(brew --prefix llvm@15)/bin/clang++ ./configure \
CPPFLAGS="-I/usr/local/opt/qt@5/include" \
PROTOBUF_LIBS="/usr/local/opt/protobuf@21/lib" \
PROTOBUF_LIBS="/usr/local/opt/protobuf@21/lib/libprotobuf.a" \
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" \
Expand Down

0 comments on commit b304e4b

Please sign in to comment.