BUILD: Added flag for Mac builds to enable building on 10.8 but allow also execution on 10.6 and 10.7.

This commit is contained in:
Cas Cremers 2012-11-23 09:21:53 +01:00
parent d1537b1848
commit 1b4eb7cb54

View File

@ -7,5 +7,5 @@
message (STATUS "Building Apple Mac Intel version")
set (scythername "scyther-mac")
add_executable (${scythername} ${Scyther_sources})
set (CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -fnested-functions -arch i386")
set (CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -fnested-functions -arch i386 -mmacosx-version-min=10.6")