Skip to content

Commit dc6a186

Browse files
authored
Merge pull request #254 from SimonRit/DepsWithArgs
Deps with args
2 parents ee05fd4 + e41b75c commit dc6a186

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

scripts/dockcross-manylinux-build-module-deps.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,11 +69,12 @@ for MODULE_INFO in ${ITK_MODULE_PREQ_TOPLEVEL//:/ }; do
6969
fi
7070

7171
echo "Building module dependency ${MODULE_NAME}"
72-
./dockcross-manylinux-download-cache-and-build-module-wheels.sh $@
72+
./dockcross-manylinux-download-cache-and-build-module-wheels.sh "$@"
7373
popd
7474

7575
echo "Cleaning up module dependency"
7676
cp ./${MODULE_NAME}/include/* include/
77+
find ${MODULE_NAME}/_skbuild -type f -wholename "**/cmake-build/include/*" -print -exec cp {} include \;
7778

7879
# Cache build archive
7980
if [[ `(compgen -G ./ITKPythonBuilds-linux*.tar.zst)` ]]; then

0 commit comments

Comments
 (0)