Unverified Commit 01a967cb authored by Matti Picus's avatar Matti Picus Committed by GitHub
Browse files

Merge pull request #496 from sgillies/patch-1

Add one space in macos_arm64_native_build_setup
parents bf35d640 40cf439e
......@@ -501,7 +501,7 @@ function macos_arm64_native_build_setup {
export PLAT="arm64"
# We don't want universal2 builds and only want an arm64 build
export _PYTHON_HOST_PLATFORM="macosx-11.0-arm64"
export ARCHFLAGS+="-arch arm64"
export ARCHFLAGS+=" -arch arm64"
$@
}
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment