Vcpkg on Manjaro Linux
#2750
-
Not sure whether I am doing anything wrong, my xmake config works fine on macos however on linux vcpkg integration fails. xmake.lua
Output from
|
Beta Was this translation helpful? Give feedback.
Answered by
jpc0
Aug 31, 2022
Replies: 1 comment 2 replies
-
Problem is solved. Running with |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
jpc0
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Problem is solved. Running with
xmake -D
showed the errorvcpkg root directory not found, maybe you need set $VCPKG_ROOT!
, after adding VCPKG_ROOT problem was solved. Putting it here in case other's have a similar issue.