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
7079e101
Unverified
Commit
7079e101
authored
Apr 07, 2021
by
Matti Picus
Committed by
GitHub
Apr 07, 2021
Browse files
Update configure_build.sh
parent
58723a2b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
configure_build.sh
configure_build.sh
+1
-1
No files found.
configure_build.sh
View file @
7079e101
...
@@ -48,7 +48,7 @@ else
...
@@ -48,7 +48,7 @@ else
export
CXXFLAGS
=
"
${
CXXFLAGS
:-
$STRIP_FLAGS
}
"
export
CXXFLAGS
=
"
${
CXXFLAGS
:-
$STRIP_FLAGS
}
"
export
FFLAGS
=
"
${
FFLAGS
:-
$STRIP_FLAGS
}
"
export
FFLAGS
=
"
${
FFLAGS
:-
$STRIP_FLAGS
}
"
if
[[
$MB_ML_VER
==
"_2_24"
]]
;
then
if
[[
$MB_ML_VER
==
"_2_24"
]]
;
then
# This is the first opportunity to distinguish between manylinux
'
s
# This is the first opportunity to distinguish between manylinux
e
s
apt update
apt update
if
[
"
${
MB_PYTHON_VERSION
:0:4
}
"
==
"pypy"
]
;
then
if
[
"
${
MB_PYTHON_VERSION
:0:4
}
"
==
"pypy"
]
;
then
# debian:9 based distro
# debian:9 based distro
...
...
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