Skip to content

Commit

Permalink
Add ldflags for macOS build
Browse files Browse the repository at this point in the history
set cxx
  • Loading branch information
claywar committed May 16, 2024
1 parent 1a5e29e commit c6f70f6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -363,6 +363,7 @@ jobs:
brew install mariadb zeromq zmq luajit llvm@18
- name: Configure CMake
run: |
export CXX = /usr/local/opt/llvm/lib/c++
mkdir -p build
cmake -S . -B build
- name: Build
Expand Down

0 comments on commit c6f70f6

Please sign in to comment.