Skip to content

Commit 48d843f

Browse files
committed
BLD: specify macos SDK in CFLAGS variable in .travis.yml
1 parent 3e840af commit 48d843f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ before_install:
7474
- $NOAPT || sudo apt-get install -y
7575
libboost-all-dev python-pip build-essential scons
7676

77+
- $NOBREW || export CFLAGS="${CFLAGS} -i sysroot ${CONDA_BUILD_SYSROOT}"
7778
- $NOBREW || test "${TRAVIS_OS_NAME}" = "osx" || exit $?
7879
- $NOBREW || brew update
7980
- $NOBREW || brew install scons

0 commit comments

Comments
 (0)