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
{ {
Library = Library, Library = Library,
FileName = file, FileName = file,
Verbose = false, Verbose = options.Verbose,
IncludeDirs = options.IncludeDirs, IncludeDirs = options.IncludeDirs,
SystemIncludeDirs = options.SystemIncludeDirs, SystemIncludeDirs = options.SystemIncludeDirs,
Defines = options.Defines, Defines = options.Defines,

Loading…
Cancel
Save