mirror of
https://github.com/debauchee/barrier.git
synced 2026-02-11 14:15:46 +08:00
Remove CMAKE_OSX_ARCHITECTURES env variable, wrong place
Signed-off-by: Dom Rodriguez <shymega@shymega.org.uk>
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user