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

Add some comments

parent 578735d3
......@@ -271,6 +271,7 @@ function bdist_wheel_cmd {
}
function wrap_wheel_builder {
# Wrapper for build command, overwritten by macOS for universal2 wheel building
$@
}
......
......@@ -425,6 +425,7 @@ function activate_ccache {
}
function macos_intel_build_wrap {
# Wrap build for single arch x86_64 wheels
local py_osx_ver=$(echo ${MB_PYTHON_OSX_VER:-10.9} | sed "s/\./_/g")
export PLAT="x86_64"
export _PYTHON_HOST_PLATFORM="macosx-${py_osx_ver}-x86_64"
......@@ -437,6 +438,7 @@ function macos_intel_build_wrap {
}
function macos_arm64_build_wrap {
# Wrap build for single arch arm_64 wheels
export PLAT="arm64"
export BUILD_PREFIX=/opt/arm64-builds
sudo mkdir -p $BUILD_PREFIX
......
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