mirror of
https://github.com/libretro/mgba.git
synced 2025-02-22 16:51:25 +00:00
All: Fix build on OS X when the 10.7 SDK is missing, due to CMake being overzealous
This commit is contained in:
parent
63a439406c
commit
f97b9632eb
@ -114,8 +114,7 @@ else()
|
||||
endif()
|
||||
|
||||
if(APPLE)
|
||||
set(CMAKE_OSX_DEPLOYMENT_TARGET "10.7")
|
||||
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -stdlib=libc++")
|
||||
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -mmacosx-version-min=10.7 -stdlib=libc++")
|
||||
endif()
|
||||
|
||||
if(BUILD_BBB OR BUILD_RASPI)
|
||||
|
Loading…
x
Reference in New Issue
Block a user