Removed nested function flac from Mac builds since we should not need it anymore.
This commit is contained in:
@@ -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 -mmacosx-version-min=10.6")
|
set (CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -arch i386 -mmacosx-version-min=10.6")
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user