Skip to content
This repository was archived by the owner on Oct 10, 2022. It is now read-only.

Commit 7216ffc

Browse files
committed
OSX packaging - fix libraries for all binaries
1 parent 5d83fec commit 7216ffc

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

support/docker-builds/images/osx/osx-packaging

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,11 @@ find PlanetaryImager.app/Contents/bin -type f -name *.dylib | while read file; d
3030
fix_libraries "$file"
3131
done
3232

33+
34+
find PlanetaryImager.app/Contents/bin -type f -name planetary_imager_* | while read file; do
35+
fix_libraries "$file"
36+
done
37+
3338
. package_name.cfg
3439
CPACK_BASE_PACKAGE_FILENAME="$( basename "$CPACK_PACKAGE_FILENAME" .tar.gz | sed 's/Darwin/MacOSX/g')"
3540

0 commit comments

Comments
 (0)