Compile boost from source to fix macOS wheels (#1688)

This commit is contained in:
Philipp Moritz
2018-03-08 23:22:23 -08:00
committed by Robert Nishihara
parent 91464a56dd
commit 5ef0892236
6 changed files with 11 additions and 11 deletions
+2 -5
View File
@@ -31,12 +31,9 @@ bash "$TP_SCRIPT_DIR/build_redis.sh"
bash "$TP_SCRIPT_DIR/build_credis.sh"
##############################################
# boost if necessary
# boost
##############################################
if [[ "$unamestr" == "Linux" ]]; then
echo "building boost"
bash "$TP_SCRIPT_DIR/build_boost.sh"
fi
bash "$TP_SCRIPT_DIR/build_boost.sh"
##############################################
# flatbuffers if necessary