Skip to content

Commit fe78c0b

Browse files
committed
Store the Zig cache in IntermediateOutputPath instead of BaseIntermediateOutputPath.
1 parent 8bac110 commit fe78c0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sdk/build/Zig.Sdk.Defaults.targets

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
-->
66

77
<PropertyGroup>
8-
<CachePath Condition="'$(CachePath)' == ''">$(BaseIntermediateOutputPath)zig-cache</CachePath>
8+
<CachePath Condition="'$(CachePath)' == ''">$(IntermediateOutputPath)zig-cache</CachePath>
99
<CompilerMode Condition="'$(CompilerMode)' == '' and '$(MSBuildProjectExtension)' == '.cproj'">C</CompilerMode>
1010
<CompilerMode Condition="'$(CompilerMode)' == '' and '$(MSBuildProjectExtension)' == '.cxxproj'">Cxx</CompilerMode>
1111
<CompilerMode Condition="'$(CompilerMode)' == ''">Zig</CompilerMode>

0 commit comments

Comments
 (0)