mirror of
https://github.com/libretro/gambatte-libretro.git
synced 2025-03-02 13:35:37 +00:00
macx build fixes
git-svn-id: https://gambatte.svn.sourceforge.net/svnroot/gambatte@108 9dfb2916-2d38-0410-aef4-c5fe6c9ffc24
This commit is contained in:
parent
897d90af85
commit
a7a246a5b5
@ -58,7 +58,9 @@ macx {
|
||||
SOURCES += addaudioengines.cpp addblitterwidgets.cpp getfullrestoggler.cpp blitterwidget.cpp audioengines/aoengine.cpp
|
||||
SOURCES += SDL_Joystick/src/darwin/SDL_sysjoystick.c
|
||||
HEADERS += audioengines/aoengine.h
|
||||
LIBS += -lao
|
||||
CONFIG += link_pkgconfig
|
||||
PKGCONFIG += ao
|
||||
LIBS += -framework IOKit
|
||||
} else : unix {
|
||||
DEFINES += PLATFORM_UNIX
|
||||
|
||||
@ -119,5 +121,6 @@ macx {
|
||||
SOURCES += addaudioengines.cpp addblitterwidgets.cpp getfullrestoggler.cpp blitterwidget.cpp audioengines/aoengine.cpp
|
||||
SOURCES += SDL_Joystick/src/dummy/SDL_sysjoystick.c
|
||||
HEADERS += audioengines/aoengine.h
|
||||
LIBS += -lao
|
||||
CONFIG += link_pkgconfig
|
||||
PKGCONFIG += ao
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user