- Refactored code for readability, and split off archives. Works fine now on Mac-Intel
This commit is contained in:
11
src/BuildMacIntel.cmake
Normal file
11
src/BuildMacIntel.cmake
Normal file
@@ -0,0 +1,11 @@
|
||||
################################################################
|
||||
# Name: BuildMacIntel.cmake
|
||||
# Purpose: Build MacIntel binary on self
|
||||
# Author: Cas Cremers
|
||||
################################################################
|
||||
|
||||
message (STATUS "Building Apple Mac Intel version")
|
||||
set (scythername "scyther-macintel")
|
||||
add_executable (${scythername} ${Scyther_sources})
|
||||
set (CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -fnested-functions")
|
||||
|
||||
Reference in New Issue
Block a user