mirror of
https://github.com/mpv-player/mpv
synced 2025-01-18 21:31:13 +00:00
do not force arch and isysroot in osx
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21540 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
1eac1a4ad4
commit
f4e41d5209
7
configure
vendored
7
configure
vendored
@ -7129,12 +7129,7 @@ fi
|
||||
echores "$_crash_debug"
|
||||
|
||||
if darwin ; then
|
||||
CFLAGS="$CFLAGS -mdynamic-no-pic -falign-loops=16 -DSYS_DARWIN -DCONFIG_DARWIN -shared-libgcc"
|
||||
if x86 ; then
|
||||
CFLAGS="$CFLAGS -arch i386 -isysroot /Developer/SDKs/MacOSX10.4u.sdk"
|
||||
else
|
||||
CFLAGS="$CFLAGS -arch ppc -isysroot /Developer/SDKs/MacOSX10.3.9.sdk"
|
||||
fi
|
||||
CFLAGS="$CFLAGS -mdynamic-no-pic -falign-loops=16 -DSYS_DARWIN -DCONFIG_DARWIN -shared-libgcc"
|
||||
if [ "$_cc_major" = 3 ] && [ "$_cc_minor" -lt 1 ]; then
|
||||
CFLAGS="$CFLAGS -no-cpp-precomp"
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user