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 8bac110 commit fe78c0bCopy full SHA for fe78c0b
src/sdk/build/Zig.Sdk.Defaults.targets
@@ -5,7 +5,7 @@
5
-->
6
7
<PropertyGroup>
8
- <CachePath Condition="'$(CachePath)' == ''">$(BaseIntermediateOutputPath)zig-cache</CachePath>
+ <CachePath Condition="'$(CachePath)' == ''">$(IntermediateOutputPath)zig-cache</CachePath>
9
<CompilerMode Condition="'$(CompilerMode)' == '' and '$(MSBuildProjectExtension)' == '.cproj'">C</CompilerMode>
10
<CompilerMode Condition="'$(CompilerMode)' == '' and '$(MSBuildProjectExtension)' == '.cxxproj'">Cxx</CompilerMode>
11
<CompilerMode Condition="'$(CompilerMode)' == ''">Zig</CompilerMode>
0 commit comments