You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Some of the ports I work with generate a complete .app bundle for some of their tools on macOS. vcpkg_copy_tools() unfortunately fails to detect it and copy to a location.
CMake Error at scripts/cmake/vcpkg_copy_tools.cmake:62 (message):
Couldn't find tool "onlinequoteseditor5":
"/Users/cromo/Documents/Sourcecode/vcpkg/packages/libalkimia_arm64-osx/bin/onlinequoteseditor5" does not exist
Expected behavior
Bundle directory should be treated as an executable and copied as if it was a regular ELF or Windows .exe.
Describe the bug
Some of the ports I work with generate a complete .app bundle for some of their tools on macOS.
vcpkg_copy_tools()unfortunately fails to detect it and copy to a location.Environment
To Reproduce
Steps to reproduce the behavior:
./vcpkg install libalkimia[tools]on macOSExpected behavior
Bundle directory should be treated as an executable and copied as if it was a regular ELF or Windows .exe.