Commit ef449193 authored by Isuru Fernando's avatar Isuru Fernando
Browse files

set ARCHFLAGS too

parent 4b7ea6ed
......@@ -464,7 +464,9 @@ function macos_arm64_cross_build_setup {
function macos_arm64_native_build_setup {
# Setup native build for single arch arm_64 wheels
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"
$@
}
......
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