forked from len0rd/rockbox
System Info: display OS X version number and architecture too.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25442 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
9fedc8187f
commit
1cc1f4ee77
2 changed files with 32 additions and 1 deletions
|
|
@ -139,7 +139,9 @@ macx {
|
|||
QMAKE_LFLAGS_PPC=-mmacosx-version-min=10.4 -arch ppc
|
||||
QMAKE_LFLAGS_X86=-mmacosx-version-min=10.4 -arch i386
|
||||
CONFIG+=x86 ppc
|
||||
LIBS += -L/usr/local/lib -framework IOKit -framework CoreFoundation -framework Carbon -framework SystemConfiguration -lz
|
||||
LIBS += -L/usr/local/lib -lz \
|
||||
-framework IOKit -framework CoreFoundation -framework Carbon \
|
||||
-framework SystemConfiguration -framework CoreServices
|
||||
INCLUDEPATH += /usr/local/include
|
||||
|
||||
# rule for creating a dmg file
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue