Unverified Commit 61829885 authored by Isuru Fernando's avatar Isuru Fernando Committed by GitHub
Browse files

Fix typo

parent e7d7e538
...@@ -425,7 +425,7 @@ function activate_ccache { ...@@ -425,7 +425,7 @@ function activate_ccache {
} }
function macos_intel_native_build_setup { function macos_intel_native_build_setup {
# Setup cross build for single arch x86_64 wheels # Setup native build for single arch x86_64 wheels
export PLAT="x86_64" export PLAT="x86_64"
export _PYTHON_HOST_PLATFORM="macosx-${MB_PYTHON_OSX_VER}-x86_64" export _PYTHON_HOST_PLATFORM="macosx-${MB_PYTHON_OSX_VER}-x86_64"
export CFLAGS+=" -arch x86_64" export CFLAGS+=" -arch x86_64"
......
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