Skip to content

Commit

Permalink
Experiment with env flags
Browse files Browse the repository at this point in the history
  • Loading branch information
Kicer86 committed Jan 31, 2024
1 parent fb3c5ed commit bb1b152
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/macos-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,11 @@ jobs:
build-dir: ${{ runner.workspace }}/build
build-type: Release
configure-options: -DBUILD_TESTING=OFF
cc: /opt/homebrew/opt/llvm/bin/clang
cxx: /opt/homebrew/opt/llvm/bin/clang++
cc: clang
cxx: /clang++
parallel: 1
env:
VERBOSE: 1
PATH: "/opt/homebrew/opt/llvm/bin:$PATH"
CPPFLAGS: "-I/opt/homebrew/opt/llvm/include"
LDFLAGS: "-L/opt/homebrew/opt/llvm/lib/c++ -Wl,-rpath,/opt/homebrew/opt/llvm/lib/c++"

0 comments on commit bb1b152

Please sign in to comment.