Replies: 2 comments
-
Thank you for posting this issue! This is unfortunately not currently supported, but we'd be happy to accept a PR that fixes the issue! |
Beta Was this translation helpful? Give feedback.
0 replies
-
This is nowadays supported via the workaround:
see https://github.com/Neumann-A/my-vcpkg-triplets/blob/master/x64-win-llvm.cmake |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Unable to build zlib (for example) with custom triplet (x86_64-windows-llvm-vs2014.cmake):
Output:
d:\vcpkg>vcpkg version
Vcpkg package management program version 0.0.100-2017-12-06-29163e1566403c371a5af48c8dbf3d96da32b8d1
d:\vcpkg>vcpkg install zlib:x86_64-windows-llvm-vs2014
The following packages will be built and installed:
zlib:x86_64-windows-llvm-vs2014
Starting package 1/1: zlib:x86_64-windows-llvm-vs2014
Building package zlib:x86_64-windows-llvm-vs2014...
Could not find Visual Studio instace with LLVM-vs2014 toolset.
Beta Was this translation helpful? Give feedback.
All reactions