1
0
mirror of https://github.com/valinet/ExplorerPatcher.git synced 2024-11-30 18:24:36 +01:00

Build.yml: Fix compilation on windows-latest

This commit is contained in:
Valentin-Gabriel Radu 2022-02-19 14:17:16 +02:00 committed by GitHub
parent b6bf015e1d
commit 7836d917f8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -92,7 +92,7 @@ jobs:
cd libs/funchook cd libs/funchook
md build md build
cd build cd build
cmake -G "Visual Studio 16 2019" -A x64 .. cmake -G "Visual Studio 17 2022" -A x64 ..
(gc .\funchook-static.vcxproj) -replace '<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>', '<RuntimeLibrary>MultiThreaded</RuntimeLibrary>' | Out-File .\funchook-static.vcxproj (gc .\funchook-static.vcxproj) -replace '<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>', '<RuntimeLibrary>MultiThreaded</RuntimeLibrary>' | Out-File .\funchook-static.vcxproj
cmake --build . --config Release cmake --build . --config Release