all repos — mgba @ 458df43d1890b3918e5e19f2b319d11a524eb0de

mGBA Game Boy Advance Emulator

All: Compile C code with minimum OS X version 10.6
Jeffrey Pfau jeffrey@endrift.com
Sun, 21 Dec 2014 22:28:57 -0800
commit

458df43d1890b3918e5e19f2b319d11a524eb0de

parent

0d4999ff3317406e0b67e0d0369b8fcb5654d8a2

1 files changed, 1 insertions(+), 0 deletions(-)

jump to
M CMakeLists.txtCMakeLists.txt

@@ -114,6 +114,7 @@ source_group("POSIX-specific code" FILES ${OS_SRC})

endif() if(APPLE) + set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -mmacosx-version-min=10.6") set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -mmacosx-version-min=10.7 -stdlib=libc++") endif()