mirror of
https://github.com/libretro/mgba.git
synced 2024-11-23 16:10:01 +00:00
SDL: Fix 2.0.5 build on macOS under some circumstances
This commit is contained in:
parent
cd7f7f72e1
commit
e1bc79b837
1
CHANGES
1
CHANGES
@ -23,6 +23,7 @@ Misc:
|
||||
- All: Make FIXED_ROM_BUFFER an option instead of 3DS-only
|
||||
- Qt: Don't rebuild library view if style hasn't changed
|
||||
- Qt: Redo GameController into multiple classes
|
||||
- SDL: Fix 2.0.5 build on macOS under some circumstances
|
||||
|
||||
0.6.0: (2017-07-16)
|
||||
Features:
|
||||
|
@ -34,7 +34,7 @@ endif()
|
||||
if(WIN32)
|
||||
list(APPEND SDL_LIBRARY imm32 version winmm)
|
||||
elseif(APPLE)
|
||||
set(CMAKE_EXE_LINKER_FLAGS "${CMAKE_EXE_LINKER_FLAGS} -framework AppKit -framework AudioUnit -framework Carbon -framework CoreAudio -framework ForceFeedback -framework IOKit")
|
||||
set(CMAKE_EXE_LINKER_FLAGS "${CMAKE_EXE_LINKER_FLAGS} -framework AppKit -framework AudioUnit -framework Carbon -framework CoreAudio -framework AudioToolbox -framework ForceFeedback -framework IOKit")
|
||||
set(CMAKE_EXE_LINKER_FLAGS "${CMAKE_EXE_LINKER_FLAGS}" PARENT_SCOPE)
|
||||
endif()
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user