Build fat binaries by default on MacOS
This commit is contained in:
parent
a6b38b8268
commit
e7baf6cca0
1 changed files with 2 additions and 0 deletions
|
|
@ -5,6 +5,8 @@ else()
|
|||
cmake_minimum_required(VERSION 3.13)
|
||||
endif()
|
||||
|
||||
set(CMAKE_OSX_ARCHITECTURES "x86_64;arm64" CACHE INTERNAL "")
|
||||
|
||||
# The project was splitted in 2 repositories:
|
||||
# - `sfizz` for the library, which represents the main repository reference
|
||||
# - `sfizz-ui` for UIs (plugins with a future standalone UI in mind).
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue