mirror of
https://github.com/cmclark00/retro-imager.git
synced 2025-05-18 16:05:21 +01:00
CMake: macOS: Build Universal Binaries
This commit is contained in:
parent
f7c72a68d8
commit
7685341db7
1 changed files with 2 additions and 0 deletions
|
@ -6,6 +6,8 @@ OPTION (ENABLE_CHECK_VERSION "Check for version updates" ON)
|
|||
OPTION (ENABLE_TELEMETRY "Enable sending telemetry" ON)
|
||||
OPTION (DRIVELIST_FILTER_SYSTEM_DRIVES "Filter System drives from displayed drives" ON)
|
||||
|
||||
set(CMAKE_OSX_ARCHITECTURES "arm64;x86_64" CACHE STRING "Which macOS architectures to build for")
|
||||
|
||||
project(rpi-imager LANGUAGES CXX C)
|
||||
set(IMAGER_VERSION_MAJOR 1)
|
||||
set(IMAGER_VERSION_MINOR 9)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue