Skip to content

Commit

Permalink
macos fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
leissa committed Nov 2, 2023
1 parent 5359c1c commit 2b545bf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ jobs:

- name: Configure
run: |
CXX="/usr/local/opt/llvm/bin/clang++" \
CXX="/usr/local/opt/llvm@16/bin/clang++" \
CXXFLAGS="-stdlib=libc++ -fexperimental-library" \
LDFLAGS="-L/usr/local/opt/llvm/lib/c++ -Wl,-rpath,/usr/local/opt/llvm/lib/c++" \
LDFLAGS="-L/usr/local/opt/llvm@16/lib/c++ -Wl,-rpath,/usr/local/opt/llvm@16/lib/c++" \
cmake -B ${{github.workspace}}/build -DCMAKE_BUILD_TYPE=${{matrix.build-type}} -DBUILD_TESTING=ON
- name: Build
Expand Down

0 comments on commit 2b545bf

Please sign in to comment.