cpu wheel builds for linux and mac

Reviewed By: nikhilaravi

Differential Revision: D20073426

fbshipit-source-id: fce83c9b63d630de1e6ebe2ff4790f29d11b65cc
This commit is contained in:
Jeremy Reizenstein
2020-02-24 13:36:02 -08:00
committed by Facebook Github Bot
parent 40be4cf78b
commit 4233c32887
5 changed files with 103 additions and 3 deletions

View File

@@ -113,7 +113,7 @@ setup_build_version() {
# Set some useful variables for OS X, if applicable
setup_macos() {
if [[ "$(uname)" == Darwin ]]; then
export MACOSX_DEPLOYMENT_TARGET=10.14 CC=clang CXX=clang++
export MACOSX_DEPLOYMENT_TARGET=10.9 CC=clang CXX=clang++
fi
}