Skip to content

Commit 04f36e1

Browse files
authored
chore: Restore cache
1 parent eaa237a commit 04f36e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Uno.Wasm.Bootstrap/build/Uno.Wasm.Bootstrap.targets

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@
200200
local folder, in order to avoid the frozen cache of the runtime's
201201
emsdk.
202202
-->
203-
<PropertyGroup>
203+
<PropertyGroup Condition=" '$(WasmCachePath)' == '$(EmscriptenCacheSdkCacheDir)' ">
204204

205205
<WasmCachePath>$([System.IO.Path]::GetFullPath('$(IntermediateOutputPath)emsdk-cache'))</WasmCachePath>
206206

0 commit comments

Comments
 (0)