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