This commit is contained in:
Jerome Laban 2024-09-03 17:21:41 -04:00
Родитель 2c61fb27ab
Коммит f2f28184df
1 изменённых файлов: 7 добавлений и 0 удалений

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

@ -68,6 +68,13 @@
">true</WasmBuildNative>
<WasmCachePath>$([System.IO.Path]::GetFullPath('$(IntermediateOutputPath)emsdk-cache'))</WasmCachePath>
<!-- Adjust the cache on windows if the root folder is not the same -->
<WasmCachePath Condition="
'$(OS)' == 'Windows_NT'
AND '$(EmscriptenSdkToolsPath.Substring(1))' != '$(MSBuildProjectDirectory.Substring(1))'
">$(TMP)emsdk-cache</WasmCachePath>
</PropertyGroup>
<Warning