Skip to content

Commit e41b75c

Browse files
author
Simon Rit
committed
ENH: Copy generated include files of dependencies in Linux packaging
1 parent eaee403 commit e41b75c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ for MODULE_INFO in ${ITK_MODULE_PREQ_TOPLEVEL//:/ }; do
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)