mirror of
https://github.com/boostorg/python.git
synced 2026-01-19 04:22:16 +00:00
Fix homebrew include path.
This commit is contained in:
4
.github/workflows/test-osx.yml
vendored
4
.github/workflows/test-osx.yml
vendored
@@ -32,7 +32,7 @@ jobs:
|
||||
faber -v
|
||||
sed -e "s/\$PYTHON/python/g" .ci/faber > ~/.faber
|
||||
faber \
|
||||
--with-boost-include=/opt/homebrew/Cellar/boost/1.86.0/include \
|
||||
--with-boost-include=$(brew --prefix boost)/include \
|
||||
--builddir=build \
|
||||
cxx.name=${{ matrix.cxx }} \
|
||||
cxxflags=-std=${{ matrix.std }} \
|
||||
@@ -40,7 +40,7 @@ jobs:
|
||||
- name: test
|
||||
run: |
|
||||
faber \
|
||||
--with-boost-include=/opt/homebrew/Cellar/boost/1.86.0/include \
|
||||
--with-boost-include=$(brew --prefix boost)/include \
|
||||
--builddir=build\
|
||||
cxx.name=${{ matrix.cxx }} \
|
||||
cxxflags=-std=${{ matrix.std }} \
|
||||
|
||||
Reference in New Issue
Block a user