Commit 4b0cfbb8 authored by Isuru Fernando's avatar Isuru Fernando
Browse files

drop unnecessary lines

parent 65a4ae39
...@@ -479,8 +479,6 @@ function wrap_wheel_builder { ...@@ -479,8 +479,6 @@ function wrap_wheel_builder {
if [[ "${PLAT:-}" == "universal2" ]]; then if [[ "${PLAT:-}" == "universal2" ]]; then
(macos_intel_build_wrap $@) (macos_intel_build_wrap $@)
rm -rf *-stamp rm -rf *-stamp
fi
if [[ "${PLAT:-}" == "universal2" ]]; then
(macos_arm64_build_wrap $@) (macos_arm64_build_wrap $@)
fuse_macos_intel_arm64 $@ fuse_macos_intel_arm64 $@
elif [[ "${PLAT:-}" == "arm64" ]]; then elif [[ "${PLAT:-}" == "arm64" ]]; then
......
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