Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
fengzch-das
multibuild
Commits
8337ad8a
Commit
8337ad8a
authored
Oct 31, 2021
by
Isuru Fernando
Browse files
still support intel builds
parent
dc8fe402
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
osx_utils.sh
osx_utils.sh
+3
-1
No files found.
osx_utils.sh
View file @
8337ad8a
...
@@ -539,11 +539,13 @@ function wrap_wheel_builder {
...
@@ -539,11 +539,13 @@ function wrap_wheel_builder {
else
else
(
macos_arm64_cross_build_setup
&&
$@
)
(
macos_arm64_cross_build_setup
&&
$@
)
fi
fi
el
se
el
if
[[
"
${
PLAT
:-}
"
==
"x86_64"
]]
;
then
if
[[
"
$(
uname
-m
)
"
==
"x86_64"
]]
;
then
if
[[
"
$(
uname
-m
)
"
==
"x86_64"
]]
;
then
(
macos_intel_native_build_setup
&&
$@
)
(
macos_intel_native_build_setup
&&
$@
)
else
else
(
macos_intel_cross_build_setup
&&
$@
)
(
macos_intel_cross_build_setup
&&
$@
)
fi
fi
else
$@
fi
fi
}
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment