mirror of
https://github.com/mpv-player/mpv
synced 2025-02-17 13:17:13 +00:00
force ppc arch and 10.3.9 sys lib on ppc mac
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21504 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
5d58d4a310
commit
56acf06a21
2
configure
vendored
2
configure
vendored
@ -7132,6 +7132,8 @@ 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
|
||||
if [ "$_cc_major" = 3 ] && [ "$_cc_minor" -lt 1 ]; then
|
||||
CFLAGS="$CFLAGS -no-cpp-precomp"
|
||||
|
Loading…
Reference in New Issue
Block a user