Skip to content

Commit

Permalink
All: Revert setting minimum macOS version to 10.5
Browse files Browse the repository at this point in the history
  • Loading branch information
endrift committed Jun 30, 2017
1 parent 66e9b92 commit 15243a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ endif()

if(APPLE)
add_definitions(-D_DARWIN_C_SOURCE)
set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -mmacosx-version-min=10.5")
set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -mmacosx-version-min=10.6")
endif()

if(NOT HAIKU AND NOT MSVC AND NOT PSP2)
Expand Down

0 comments on commit 15243a6

Please sign in to comment.