[tlx] Add new port (Need fixes)#11943
Conversation
Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>
|
It still throws an error during configuring time
However, |
Fix the typo
|
@xahon |
| @@ -0,0 +1,38 @@ | |||
| vcpkg_check_linkage(ONLY_STATIC_LIBRARY) | |||
| # TODO: Fix .dlls not producing .lib files | |||
There was a problem hiding this comment.
Why can it not support dynamic build?
There was a problem hiding this comment.
@NancyLi1013 When dll is built there is no symbol resolution .lib file generated. Vcpkg prints a warning about it. I decided to make it first static, then someone will make it also able to build shared library in separate pr
|
/azp run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
|
@xahon |
|
/azp run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
Need help. When building project that links to that library an error occurs
I think it is due to
tlx_DIRvariable is being set toD:/dev/tlx/out/build/x64-Debug (default)which is kind of invalid path but I don't know where that variable set