Commit b58a1320 authored by Isuru Fernando's avatar Isuru Fernando
Browse files

add a test

parent 8337ad8a
...@@ -68,3 +68,10 @@ ...@@ -68,3 +68,10 @@
# Test pkg-config install # Test pkg-config install
install_pkg_config 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" ])
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment