tool: fix windows release script

This commit is contained in:
Corentin Le Molgat
2023-11-10 05:14:04 -08:00
parent 4adbf439e6
commit f8b28806f0

View File

@@ -128,6 +128,7 @@ rm.exe -rf temp_dotnet
echo DONE | tee.exe -a build.log
echo Build dotnet: ... | tee.exe -a build.log
set Platform=any
cmake -S. -Btemp_dotnet -DBUILD_SAMPLES=OFF -DBUILD_EXAMPLES=OFF -DBUILD_DOTNET=ON -DUSE_DOTNET_462=ON
cmake --build temp_dotnet --config Release -j8 -v
echo DONE | tee.exe -a build.log