With set_toolchains("@cosmocc")
: fatal error: string: No such file or directory
#5262
Unanswered
raphael10-collab
asked this question in
Q&A
Replies: 1 comment 1 reply
-
This is an issue with cosmocc, I'm not sure if it supports stl and can find it automatically. xmake doesn't need to do anything else. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
With this xmake.lua file :
It works fine :
If I activate this line :
set_toolchains("@cosmocc")
:I get that error :
Output of
xmake -v
:Beta Was this translation helpful? Give feedback.
All reactions