We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2d5bb3 commit 8fca42aCopy full SHA for 8fca42a
src/Parser/ParserOptions.cs
@@ -93,7 +93,7 @@ public ParserOptions(ParserOptions options)
93
/// At the moment, it only makes a difference for MSVC targets.
94
/// If its true, then we opt to use Clang's MSVC lookup logic.
95
/// </summary>
96
- public bool ForceClangToolchainLookup = false;
+ public bool ForceClangToolchainLookup = true;
97
98
public ParserOptions BuildForSourceFile(
99
IEnumerable<CppSharp.AST.Module> modules, string file = null)
0 commit comments