From 4d23dd53b979a5479692a3c98baa62a572e3925c Mon Sep 17 00:00:00 2001 From: Thomas VINCENT Date: Wed, 27 Jan 2021 10:07:32 +0100 Subject: [PATCH] Remove -arch flags on macos --- setup.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/setup.py b/setup.py index bf63e71c..fa50aeed 100644 --- a/setup.py +++ b/setup.py @@ -55,9 +55,7 @@ def get_config_schema(): default_libs = [] default_cxxflags = default_cxxflags + [ - "-stdlib=libc++", "-mmacosx-version-min=10.7", - "-arch', 'i386", "-arch", "x86_64", "-arch", "arm64", - ] + "-stdlib=libc++", "-mmacosx-version-min=10.7"] from os.path import isdir for srp in sysroot_paths: -- GitLab