Skip to content

Commit e6f33b7

Browse files
author
Simon Rit
committed
ENH: Copy generated include files in MacOS package dependencies
This mimicks the Linux fix (e41b75c and 697167f) which had not been applied to the MacOS script.
1 parent cc223ce commit e6f33b7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/macpython-build-module-deps.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ for MODULE_INFO in ${ITK_MODULE_PREQ_TOPLEVEL//:/ }; do
5959
cp ./${MODULE_NAME}/include/* include/
6060
find ${MODULE_NAME}/wrapping -name '*.in' -print -exec cp {} wrapping \;
6161
find ${MODULE_NAME}/wrapping -name '*.init' -print -exec cp {} wrapping \;
62+
find ${MODULE_NAME}/*build/*/include -type f -print -exec cp {} include \;
6263
rm -f ./${MODULE_NAME}/ITKPythonBuilds-macosx.tar.zst
6364
done
6465

0 commit comments

Comments
 (0)