We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0598a68 commit a4b1bb8Copy full SHA for a4b1bb8
.github/workflows/ci-macos.yml
@@ -46,8 +46,8 @@ jobs:
46
- name: Configure
47
run: |
48
export LDFLAGS="-L$(brew --prefix boost)/lib -L$(brew --prefix llvm)/lib $LDFLAGS"
49
- export CFLAGS="-I$(brew --prefix boost)/include -I$(brew --prefix llvm)/include $CFLAGS"
50
- export CXXFLAGS="-I$(brew --prefix boost)/include -I$(brew --prefix llvm)/include $CXXFLAGS"
+ export CFLAGS="-isystem $(brew --prefix boost)/include -isystem $(brew --prefix llvm)/include $CFLAGS"
+ export CXXFLAGS="-isystem $(brew --prefix boost)/include -isystem $(brew --prefix llvm)/include $CXXFLAGS"
51
export CC="$(brew --prefix llvm)/bin/clang"
52
export CXX="$(brew --prefix llvm)/bin/clang++"
53
cmake -S . -B build -G "${{ matrix.cmake_generator }}"
0 commit comments