You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Links fails silently without ability to spit out any errors or search process.
Need much more verbose logging in general so user can know what's going on.
Repro:
Add a C++ solution + project
links { "asdf_random_library_that_doesnt_exist" }
build VS2022
Expected behaviour:
Error: asdf_random_library_that_doesnt_exist not found
Generation failed
Actual behaviour:
Building configurations...
Running action 'vs2022'...
Done. Generated 0/7 projects.
The text was updated successfully, but these errors were encountered:
It seems that links{} only works from executable type projects. StaticLib type projects do not seem to support links{} at all, and it silently ignores it.
Links fails silently without ability to spit out any errors or search process.
Need much more verbose logging in general so user can know what's going on.
Repro:
Expected behaviour:
Actual behaviour:
The text was updated successfully, but these errors were encountered: