This commit is contained in:
Jerome Laban 2024-09-03 15:13:05 -04:00
Родитель 196e63bc92
Коммит 9122ac8d2d
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -73,7 +73,7 @@
<WasmCachePath Condition="
'$(OS)' == 'Windows_NT'
AND '$(EmscriptenSdkToolsPath.Substring(1))' != '$(MSBuildProjectDirectory.Substring(1))'
">$([System.IO.Path]::GetTempPath())/emsdk-cache</WasmCachePath>
">$([System.IO.Path]::GetTempPath())emsdk-cache</WasmCachePath>
</PropertyGroup>
<ItemGroup>