forked from len0rd/rockbox
Implement system proxy values retrieval on OS X.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25439 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
7a994c84c3
commit
b470303311
3 changed files with 41 additions and 4 deletions
|
|
@ -139,7 +139,7 @@ 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 -lz
|
||||
LIBS += -L/usr/local/lib -framework IOKit -framework CoreFoundation -framework Carbon -framework SystemConfiguration -lz
|
||||
INCLUDEPATH += /usr/local/include
|
||||
|
||||
# rule for creating a dmg file
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue