CppSharp
CppSharp copied to clipboard
Parsing of libraries doesn't account for multi-number versions
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.