mirror of
git://git.tartarus.org/simon/puzzles.git
synced 2025-04-21 16:05:44 -07:00
Enable Apple Silicon in the MacOS builds.
This commit is contained in:
@ -6,6 +6,8 @@ set(CPACK_DMG_VOLUME_NAME "Simon Tatham's Puzzle Collection")
|
||||
include(CPack)
|
||||
set(build_individual_puzzles FALSE)
|
||||
|
||||
set(CMAKE_OSX_ARCHITECTURES arm64 x86_64)
|
||||
|
||||
set(build_gui_programs FALSE) # they don't really fit in the OS X GUI model
|
||||
|
||||
function(get_platform_puzzle_extra_source_files OUTVAR NAME)
|
||||
|
Reference in New Issue
Block a user