I have create a prebuilt package using vcpkg create
command and then installed it on my system. I then tried to export this package so I can use it on other systems using the following command :
vcpkg export my-lib-static --zip
but this complains about the fact that the x86 version is not installed and I need to install it. This is not possible as we only deal with x64 binaries. How can I get around this issue and export my x64 only library?