aboutsummaryrefslogtreecommitdiffstats
path: root/packaging/macosx
diff options
context:
space:
mode:
Diffstat (limited to 'packaging/macosx')
-rwxr-xr-xpackaging/macosx/osx-app.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/packaging/macosx/osx-app.sh b/packaging/macosx/osx-app.sh
index 325de56862..d30b722226 100755
--- a/packaging/macosx/osx-app.sh
+++ b/packaging/macosx/osx-app.sh
@@ -583,6 +583,7 @@ rpathify_files () {
rpathify_dir "$pkglib/pango/$pango_version/modules" "*.so"
fi
rpathify_dir "$pkgbin" "*"
+ rpathify_dir "$pkgbin/extcap" "*"
}
if [ "$ui_toolkit" = "qt" ] ; then