提交 ae915821 编写于 作者: S Serge Paquet 提交者: jp9000

cmake: Fix OSX fixup_bundle.sh to copy non-system deps

Without this fix, the fixup script misses any non-system dependencies
that are not in the /Users or /opt directories.

Closes jp9000/obs-studio#618
上级 2f305cb5
......@@ -9,7 +9,9 @@ cd "$1"
function buildlist() {
otool -L "$@" |
grep -E "(opt|Users)" |
grep -E '^\s+/' |
grep -vE '^\s+/System/' |
grep -vE '^\s+/usr/lib/' |
perl -pe 's|^\s+(/.*)\s\(.*$|$1|' |
grep -vE ":$" |
sort -u
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册