Browse Source

Respect the verbose option in the driver when calling the parser.

pull/22/merge
triton 12 years ago
parent
commit
4f1a179ba9
  1. 2
      src/Generator/Parser.cs

2
src/Generator/Parser.cs

@ -44,7 +44,7 @@ namespace CppSharp @@ -44,7 +44,7 @@ namespace CppSharp
{
Library = Library,
FileName = file,
Verbose = false,
Verbose = options.Verbose,
IncludeDirs = options.IncludeDirs,
SystemIncludeDirs = options.SystemIncludeDirs,
Defines = options.Defines,

Loading…
Cancel
Save