Browse Source

Fix regressed names of generated source files

Signed-off-by: Dimitar Dobrev <dpldobrev@protonmail.com>
pull/1575/head
Dimitar Dobrev 5 years ago
parent
commit
2314b21093
  1. 2
      src/Generator/Generator.cs

2
src/Generator/Generator.cs

@ -160,7 +160,7 @@ namespace CppSharp.Generators @@ -160,7 +160,7 @@ namespace CppSharp.Generators
{
TranslationUnit = new TranslationUnit
{
FilePath = $"{module.LibraryName}",
FilePath = $"{module.LibraryName}.h",
Module = module
},
Outputs = Generate(generatedUnits)

Loading…
Cancel
Save