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:
parent
d1537b1848
commit
1b4eb7cb54
@ -7,5 +7,5 @@
|
|||||||
message (STATUS "Building Apple Mac Intel version")
|
message (STATUS "Building Apple Mac Intel version")
|
||||||
set (scythername "scyther-mac")
|
set (scythername "scyther-mac")
|
||||||
add_executable (${scythername} ${Scyther_sources})
|
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")
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user