CppSharp icon indicating copy to clipboard operation
CppSharp copied to clipboard

Parsing of libraries doesn't account for multi-number versions

Open ddobrev opened this issue 5 years ago • 0 comments
trafficstars

In Unix we can have libraries named libtest.so.1.0.1. Since each dot forms an extension, our current code wouldn't cope and would fail to find the library. We need more flexibility when searching. Perhaps Clang has some function to determine the real name of the library.

ddobrev avatar Nov 19 '20 17:11 ddobrev