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
26b16f5f
Commit
26b16f5f
authored
Feb 03, 2023
by
Andrew Murray
Browse files
Use MACOSX_DEPLOYMENT_TARGET when searching for wheels
parent
c0a319a5
Changes
1
Show 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 @
26b16f5f
...
@@ -507,7 +507,7 @@ function macos_arm64_native_build_setup {
...
@@ -507,7 +507,7 @@ function macos_arm64_native_build_setup {
function
fuse_macos_intel_arm64
{
function
fuse_macos_intel_arm64
{
local
wheelhouse
=
$(
abspath
${
WHEEL_SDIR
:-
wheelhouse
}
)
local
wheelhouse
=
$(
abspath
${
WHEEL_SDIR
:-
wheelhouse
}
)
local
py_osx_ver
=
$(
echo
${
M
B_PYTHON_OSX_VER
}
|
sed
"s/
\.
/_/g"
)
local
py_osx_ver
=
$(
echo
${
M
ACOSX_DEPLOYMENT_TARGET
}
|
sed
"s/
\.
/_/g"
)
mkdir
-p
tmp_fused_wheelhouse
mkdir
-p
tmp_fused_wheelhouse
for
whl
in
$wheelhouse
/
*
.whl
;
do
for
whl
in
$wheelhouse
/
*
.whl
;
do
if
[[
"
$whl
"
==
*
macosx_
${
py_osx_ver
}
_x86_64.whl
]]
;
then
if
[[
"
$whl
"
==
*
macosx_
${
py_osx_ver
}
_x86_64.whl
]]
;
then
...
...
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