mirror of https://github.com/mono/CppSharp.git
Browse Source
The path scheme changed in recent Ubuntu versions. Previously, C++ includes would be found under `/usr/include/c++/9.0`, but now they are found in `/usr/include/c++/9`. Change our path detection logic to look for this. Fixes https://github.com/mono/CppSharp/issues/1392.pull/1396/head
1 changed files with 2 additions and 1 deletions
Loading…
Reference in new issue