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
dc8fe402
"vscode:/vscode.git/clone" did not exist on "3e84be612077c4c4a82779aecb47bec2129ef39a"
Commit
dc8fe402
authored
Oct 31, 2021
by
Isuru Fernando
Browse files
build x86_64 thin wheel by default with py3.10
parent
b35c219f
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
1 deletion
+5
-1
osx_utils.sh
osx_utils.sh
+5
-1
No files found.
osx_utils.sh
View file @
dc8fe402
...
@@ -540,6 +540,10 @@ function wrap_wheel_builder {
...
@@ -540,6 +540,10 @@ function wrap_wheel_builder {
(
macos_arm64_cross_build_setup
&&
$@
)
(
macos_arm64_cross_build_setup
&&
$@
)
fi
fi
else
else
$@
if
[[
"
$(
uname
-m
)
"
==
"x86_64"
]]
;
then
(
macos_intel_native_build_setup
&&
$@
)
else
(
macos_intel_cross_build_setup
&&
$@
)
fi
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