aboutsummaryrefslogtreecommitdiff
path: root/extras
diff options
context:
space:
mode:
authorMarco Poletti <poletti.marco@gmail.com>2019-04-28 08:14:58 +0100
committerMarco Poletti <poletti.marco@gmail.com>2019-04-28 08:14:58 +0100
commitd1608a5732fc44e29a067e4b578888d0ec32291d (patch)
tree45f33358e0ef5838d5e516516748fec56f464764 /extras
parentecd0ddb8cd4a421b01dea6383657d7c0314f38f2 (diff)
downloadgoogle-fruit-d1608a5732fc44e29a067e4b578888d0ec32291d.tar.gz
Add a debug print to try to understand where Boost headers live in OSX.
Diffstat (limited to 'extras')
-rwxr-xr-xextras/scripts/travis_ci_install_osx.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/extras/scripts/travis_ci_install_osx.sh b/extras/scripts/travis_ci_install_osx.sh
index 3a58ab8..3d86634 100755
--- a/extras/scripts/travis_ci_install_osx.sh
+++ b/extras/scripts/travis_ci_install_osx.sh
@@ -47,5 +47,9 @@ time pip3 install pytest
time pip3 install pytest-xdist
time pip3 install sh
+# TODO: remove this.
+ls -l /usr/local/include
+find /usr/local/include/boost*
+
# This adds python-installed executables to PATH (notably py.test).
export PATH="$(brew --prefix)/bin:$PATH"