Skip to content

Commit

Permalink
Add ldflags for macOS build
Browse files Browse the repository at this point in the history
set cxx

macos

mac

more mac

more mac

mac again
  • Loading branch information
claywar committed May 16, 2024
1 parent 1a5e29e commit 1a3980c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -361,8 +361,12 @@ jobs:
- name: Install Dependencies (Brew)
run: |
brew install mariadb zeromq zmq luajit llvm@18
brew link llvm@18
- name: Configure CMake
run: |
echo 'export PATH="/usr/local/opt/llvm/bin:$PATH"' >> /Users/runner/.bash_profile
export LDFLAGS="-L/usr/local/opt/llvm/lib"
export CPPFLAGS="-I/usr/local/opt/llvm/include"
mkdir -p build
cmake -S . -B build
- name: Build
Expand Down

0 comments on commit 1a3980c

Please sign in to comment.