Make rbutil compile on OSX 10.5
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16398 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
f352281d42
commit
580eee51b4
1 changed files with 2 additions and 0 deletions
|
@ -174,6 +174,8 @@ unix:static {
|
||||||
|
|
||||||
macx {
|
macx {
|
||||||
QMAKE_MAC_SDK=/Developer/SDKs/MacOSX10.4u.sdk
|
QMAKE_MAC_SDK=/Developer/SDKs/MacOSX10.4u.sdk
|
||||||
|
QMAKE_LFLAGS_PPC=-mmacosx-version-min=10.4
|
||||||
|
QMAKE_LFLAGS_X86=-mmacosx-version-min=10.4
|
||||||
CONFIG+=x86 ppc
|
CONFIG+=x86 ppc
|
||||||
LIBS += -L/usr/local/lib -framework IOKit
|
LIBS += -L/usr/local/lib -framework IOKit
|
||||||
INCLUDEPATH += /usr/local/include
|
INCLUDEPATH += /usr/local/include
|
||||||
|
|
Loading…
Reference in a new issue