Skip to content

Commit

Permalink
WIP: Expose manylinux version in container
Browse files Browse the repository at this point in the history
  • Loading branch information
tbirdso committed Nov 30, 2022
1 parent 1ea8d9c commit 1f29eb4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/dockcross-manylinux-build-module-wheels.sh
Expand Up @@ -39,6 +39,7 @@ chmod 777 $(pwd)/tools
# Build wheels
mkdir -p dist
DOCKER_ARGS="-v $(pwd)/dist:/work/dist/ -v $script_dir/..:/ITKPythonPackage -v $(pwd)/tools:/tools"
DOCKER_ARGS+=" -e MANYLINUX_VERSION"
# Mount any shared libraries
if [[ -n ${LD_LIBRARY_PATH} ]]; then
for libpath in ${LD_LIBRARY_PATH//:/ }; do
Expand Down

0 comments on commit 1f29eb4

Please sign in to comment.