Describe the bug
While working on #26424, I am getting the following error when building on macOS:
libtool: warning: library '/Users/cromo/Documents/Sourcecode/vcpkg/installed/arm64-osx/debug/lib/libQt5Core_debug.la' was moved.
libtool: error: cannot find the library '' or unhandled argument 'DiskArbitration'
Apparently lib tool does not understand the -framework syntax in dependency_libs, and so they need to be moved to inherited_linker_flags.
See NixOS/nixpkgs#96977 for the reference and NixOS/nixpkgs@8e4e38c for a solution
Environment
To Reproduce
Steps to reproduce the behavior:
- Checkout the PR linked above on macOS
- ./vcpkg install gpgme[qt]
- See error
Describe the bug
While working on #26424, I am getting the following error when building on macOS:
Apparently lib tool does not understand the
-frameworksyntax independency_libs, and so they need to be moved toinherited_linker_flags.See NixOS/nixpkgs#96977 for the reference and NixOS/nixpkgs@8e4e38c for a solution
Environment
To Reproduce
Steps to reproduce the behavior: