macOS: Make sure we rpathify QtNetwork.

QtNetwork might be linked with brotli, so make sure we fix up its rpath.
This commit is contained in:
Gerald Combs 2022-08-18 12:19:54 -07:00
parent 2755cb7516
commit 308d9d1856
1 changed files with 3 additions and 0 deletions

View File

@ -466,6 +466,9 @@ else
fi
# QtNetwork might be linked with brotli.
rpathify_file "$pkglib/QtNetwork.framework/Versions/Current/QtNetwork"
bundle_dsym="${bundle%%.app}.dSYM"
frameworks=()