Revert "Build fat binaries by default on MacOS"

This reverts commit e7baf6cca0.
This commit is contained in:
Paul Ferrand 2023-09-29 09:40:54 +02:00
parent e7baf6cca0
commit 8065cd2013

View file

@ -5,8 +5,6 @@ else()
cmake_minimum_required(VERSION 3.13) cmake_minimum_required(VERSION 3.13)
endif() endif()
set(CMAKE_OSX_ARCHITECTURES "x86_64;arm64" CACHE INTERNAL "")
# The project was splitted in 2 repositories: # The project was splitted in 2 repositories:
# - `sfizz` for the library, which represents the main repository reference # - `sfizz` for the library, which represents the main repository reference
# - `sfizz-ui` for UIs (plugins with a future standalone UI in mind). # - `sfizz-ui` for UIs (plugins with a future standalone UI in mind).