shithub: puzzles

Download patch

ref: 27dd36e3e642d255702789423bb001b3ff08e8e3
parent: 9c13279938cfdd3f85a83c3f9ab1714a5a9164ae
author: Simon Tatham <anakin@pobox.com>
date: Mon Sep 12 07:01:40 EDT 2022

Enable Apple Silicon in the MacOS builds.

--- a/cmake/platforms/osx.cmake
+++ b/cmake/platforms/osx.cmake
@@ -6,6 +6,8 @@
 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)