Navigation Menu

Skip to content

Commit

Permalink
remove "-arch x86_64" from openssl compilation flags when on OSX
Browse files Browse the repository at this point in the history
  • Loading branch information
mpapis committed Aug 1, 2013
1 parent 9743c74 commit 8badeaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openssl/shell/functions
Expand Up @@ -5,7 +5,7 @@ openssl_preconfigure()
typeset -gx configure_command typeset -gx configure_command


if os is darwin && os arch type is x86_64 if os is darwin && os arch type is x86_64
then configure_command="./Configure darwin64-x86_64-cc $LDFLAGS" then configure_command="./Configure darwin64-x86_64-cc ${LDFLAGS/-arch x86_64/}"
else configure_command="./config $LDFLAGS" else configure_command="./config $LDFLAGS"
fi fi


Expand Down

0 comments on commit 8badeaf

Please sign in to comment.