Skip to content

Commit

Permalink
Use 10.8 as MACOSX_DEPLOYMENT_TARGET
Browse files Browse the repository at this point in the history
  • Loading branch information
jjhelmus committed May 3, 2016
1 parent bc1a3c3 commit 58d0802
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipes/feather-format/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

if [ "$(uname)" == "Darwin" ]; then
# Building Feather requires a C++11 compiler, which requires OS X 10.9+
export MACOSX_DEPLOYMENT_TARGET=10.7
export MACOSX_DEPLOYMENT_TARGET=10.8
fi

$PYTHON setup.py install --single-version-externally-managed --record record.txt

0 comments on commit 58d0802

Please sign in to comment.