Skip to content

Commit

Permalink
fixes to build script
Browse files Browse the repository at this point in the history
  • Loading branch information
ctrapnell committed Mar 25, 2014
1 parent a5c30ef commit 0d6d8ae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions make_bin.sh
Expand Up @@ -12,8 +12,8 @@ mkdir $1
make distclean
if [[ $(uname) = "Darwin" ]]
then
export CFLAGS="-mmacosx-version-min=10.6"
export LDFLAGS="-static-libstdc++"
export CFLAGS="-mmacosx-version-min=10.7 -stdlib=libc++"
export LDFLAGS="-stdlib=libc++"
elif [ $(uname -m) = "x86_64"]
then
echo "Linking statically on x86_64 (only for gcc 4.5+).."
Expand Down

0 comments on commit 0d6d8ae

Please sign in to comment.