bootstrap: Fix CMAKE_OSX_ARCHITECTURES on all Apple platforms
This commit is contained in:
@@ -696,7 +696,7 @@ fn configure_cmake(
|
|||||||
// CMakeFiles (and then only in tests), and so far no issues have been
|
// CMakeFiles (and then only in tests), and so far no issues have been
|
||||||
// reported, the system version is currently left unset.
|
// reported, the system version is currently left unset.
|
||||||
|
|
||||||
if target.contains("darwin") {
|
if target.contains("apple") {
|
||||||
// Make sure that CMake does not build universal binaries on macOS.
|
// Make sure that CMake does not build universal binaries on macOS.
|
||||||
// Explicitly specify the one single target architecture.
|
// Explicitly specify the one single target architecture.
|
||||||
if target.starts_with("aarch64") {
|
if target.starts_with("aarch64") {
|
||||||
|
|||||||
Reference in New Issue
Block a user