Skip to content

Commit

Permalink
Re-enable the CI builds on macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
dr8co committed Feb 19, 2024
1 parent 840da63 commit b41a8a2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/cmake-multi-platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,10 +91,10 @@ jobs:
- name: Configure CMake
if: matrix.os == 'macos-13'
run: >
LDFLAGS = "-L/usr/local/opt/llvm/lib -Wl,-rpath,/usr/local/opt/llvm/lib" \
CPPFLAGS = "-I/usr/local/opt/llvm/include -I/usr/local/opt/llvm/include/c++/v1/" \
LD_LIBRARY_PATH = "/usr/local/opt/llvm/lib" \
DYLD_LIBRARY_PATH = "/usr/local/opt/llvm/lib" \
export LDFLAGS = "-L/usr/local/opt/llvm/lib -Wl,-rpath,/usr/local/opt/llvm/lib" \
export CPPFLAGS = "-I/usr/local/opt/llvm/include -I/usr/local/opt/llvm/include/c++/v1/" \
export LD_LIBRARY_PATH = "/usr/local/opt/llvm/lib" \
export DYLD_LIBRARY_PATH = "/usr/local/opt/llvm/lib" \
cmake -B ${{ steps.strings.outputs.build-output-dir }}
-DCMAKE_CXX_COMPILER=/usr/local/opt/llvm/bin/clang++
Expand Down

0 comments on commit b41a8a2

Please sign in to comment.