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 eaa237a commit 04f36e1Copy full SHA for 04f36e1
src/Uno.Wasm.Bootstrap/build/Uno.Wasm.Bootstrap.targets
@@ -200,7 +200,7 @@
200
local folder, in order to avoid the frozen cache of the runtime's
201
emsdk.
202
-->
203
- <PropertyGroup>
+ <PropertyGroup Condition=" '$(WasmCachePath)' == '$(EmscriptenCacheSdkCacheDir)' ">
204
205
<WasmCachePath>$([System.IO.Path]::GetFullPath('$(IntermediateOutputPath)emsdk-cache'))</WasmCachePath>
206
0 commit comments