"xrepo install" command shows "vs not found" even when msvc toolchain is not used #5415
-
While installing package 'vulkan-hpp' from the official GitHub xmake repo, after downloading the package, xmake shows "vs not found!" and exits. |
Beta Was this translation helpful? Give feedback.
Answered by
star-hengxing
Jul 30, 2024
Replies: 1 comment
-
Xmake package only support clang-cl/msvc toolchain on Windows, and only cross plat (
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
vspefs
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Xmake package only support clang-cl/msvc toolchain on Windows, and only cross plat (
xmake f -p cross
) support any toolchain.Currently, most of the pre-compiled llvm toolchain depends on msvc stl + ucrt.