Browse Source
SWIG fails with a redefined macro error when `-dllimport` is specified more than once. One case where you would want to specify your own dllimport is when using SWIG with netstandard2.0. .NET Core does not search for shared library like Mono or .NET, so you need a fully qualified shared library name.pull/309/head

committed by
Mona Lisa

1 changed files with 7 additions and 4 deletions
Loading…
Reference in new issue