mirror of
https://github.com/curl/curl.git
synced 2026-04-28 08:52:11 +03:00
parent
d9a1776b32
commit
ca20ca54b2
1 changed files with 1 additions and 1 deletions
|
|
@ -65,7 +65,7 @@ else
|
|||
ARCHES64='-arch x86_64'
|
||||
#We "know" that 10.4 and earlier do not support 64bit
|
||||
OLD_SDK64=`ls $SDK_PATH|egrep -v "10.[0-4]"|head -1`
|
||||
NEW_SDK64=`ls -r $SDK_PATH|egrep -v "10.[0-4]"|head -1`
|
||||
NEW_SDK64=`ls -r $SDK_PATH|egrep -v "10.[0-4][^0-9]" | head -1`
|
||||
if test $USE_OLD -gt 0
|
||||
then
|
||||
SDK64=$OLD_SDK64
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue