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
dcf9ab43
Commit
dcf9ab43
authored
Jan 23, 2021
by
Isuru Fernando
Browse files
use regular build if not cross compiling
parent
d93bca96
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
osx_utils.sh
osx_utils.sh
+1
-1
No files found.
osx_utils.sh
View file @
dcf9ab43
...
@@ -483,7 +483,7 @@ function wrap_wheel_builder {
...
@@ -483,7 +483,7 @@ function wrap_wheel_builder {
rm
-rf
*
-stamp
rm
-rf
*
-stamp
(
macos_arm64_build_wrap
$@
)
(
macos_arm64_build_wrap
$@
)
fuse_macos_intel_arm64
$@
fuse_macos_intel_arm64
$@
elif
[[
"
${
PLAT
:-}
"
==
"arm64"
]]
;
then
elif
[[
"
${
PLAT
:-}
"
==
"arm64"
&&
"
$(
uname
-m
)
"
!=
"arm64"
]]
;
then
(
macos_arm64_build_wrap
$@
)
(
macos_arm64_build_wrap
$@
)
else
else
$@
$@
...
...
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