Remove CMAKE_OSX_ARCHITECTURES env variable, wrong place

Signed-off-by: Dom Rodriguez <shymega@shymega.org.uk>
This commit is contained in:
Dom Rodriguez 2021-11-04 23:06:49 +00:00
parent 9b48b4867b
commit 4c23f975d4
No known key found for this signature in database
GPG Key ID: 72DCF1231E54BD43
1 changed files with 0 additions and 3 deletions

View File

@ -35,9 +35,6 @@ if [ "$(uname)" = "Darwin" ]; then
. ./macOS_environment.sh
fi
# We build a Universal macOS Binary, which supports M1 and Intel processors (64-bit)
CMAKE_OSX_ARCHITECTURES="arm64;x86_64"
B_CMAKE_FLAGS="-DCMAKE_OSX_SYSROOT=$(xcode-select --print-path)/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -DCMAKE_OSX_DEPLOYMENT_TARGET=10.9 ${B_CMAKE_FLAGS:-}"
fi