My script port is not installed into both 32 and 64 bit destinations, why? #41191
Unanswered
sdajklfw389
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi.
I have a custom script port, and i make it ported exactly like
vcpkg-cmake
.The portfile.cmake looks like this:
so when i consumed this port, it is installed in
cmake-build-windows-x86\vcpkg_installed\windows-x86-static\share
which is expected. But i also expect it to be installed under:
cmake-build-windows-x86\vcpkg_installed\windows-x64-static\share
the
windows-x86-static
andwindows-x64-static
areVCPKG_HOST_TRIPLET
, which is defined in my presets.json:do you have any ideas why it fails to install under
windows-x64-static
?Beta Was this translation helpful? Give feedback.
All reactions