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

Move the duplicate line outside of the block


Co-authored-by: default avatarAndrew Murray <3112309+radarhere@users.noreply.github.com>
parent fa0f4947
......@@ -495,13 +495,12 @@ function wrap_wheel_builder {
(macos_intel_cross_build_setup && $@)
rm -rf *-stamp
(macos_arm64_native_build_setup && $@)
fuse_macos_intel_arm64
else
(macos_intel_native_build_setup && $@)
rm -rf *-stamp
(macos_arm64_cross_build_setup && $@)
fuse_macos_intel_arm64
fi
fuse_macos_intel_arm64
elif [[ "${PLAT:-}" == "arm64" ]]; then
if [[ "$(uname -m)" == "arm64" ]]; then
(macos_arm64_native_build_setup && $@)
......
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