Skip to content

Commit

Permalink
Merge pull request #241 from basho/cv-disable-snappy-dylibs
Browse files Browse the repository at this point in the history
Added flag for MACOSX_DEPLOYMENT_TARGET = 10.8
  • Loading branch information
Charlie Voiselle authored Feb 2, 2017
2 parents 996cb43 + 2ba6415 commit 254cba3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions c_src/build_deps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,8 @@ case "$1" in
;;

*)
export MACOSX_DEPLOYMENT_TARGET=10.8

if [ ! -d snappy-$SNAPPY_VSN ]; then
tar -xzf snappy-$SNAPPY_VSN.tar.gz
(cd snappy-$SNAPPY_VSN && ./configure --disable-shared --prefix=$BASEDIR/system --libdir=$BASEDIR/system/lib --with-pic)
Expand Down

0 comments on commit 254cba3

Please sign in to comment.