Fixing the path for the includes in windows for cpp native
This commit is contained in:
parent
8b66db56c6
commit
fe110f4497
1 changed files with 1 additions and 1 deletions
|
@ -69,7 +69,7 @@ namespace Microsoft.DotNet.Tools.Compiler.Native
|
|||
|
||||
// Add Includes
|
||||
argsList.Add("/I");
|
||||
argsList.Add(Path.Combine(config.AppDepSDKPath, "CPPSdk\\Windows_NT"));
|
||||
argsList.Add(Path.Combine(config.AppDepSDKPath, "CPPSdk\\win7"));
|
||||
|
||||
argsList.Add("/I");
|
||||
argsList.Add(Path.Combine(config.AppDepSDKPath, "CPPSdk"));
|
||||
|
|
Loading…
Add table
Reference in a new issue