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
b58a1320
Commit
b58a1320
authored
Nov 01, 2021
by
Isuru Fernando
Browse files
add a test
parent
8337ad8a
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
0 deletions
+7
-0
tests/test_osx_utils.sh
tests/test_osx_utils.sh
+7
-0
No files found.
tests/test_osx_utils.sh
View file @
b58a1320
...
...
@@ -68,3 +68,10 @@
# Test pkg-config install
install_pkg_config
function
echo_host_platform
{
echo
$_PYTHON_HOST_PLATFORM
}
# Make sure `_PYTHON_HOST_PLATFORM` is set when building x86_64 thin wheel
(
PLAT
=
"x86_64"
;
MB_PYTHON_OSX_VER
=
"10.9"
;
[
"
$(
wrap_wheel_builder echo_host_platform
)
"
==
"macosx-10.9-x86_64"
])
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