Browse Source

Build.yml: Fix compilation on windows-latest

pull/899/head 22000.493.42.15_7836d91
Valentin-Gabriel Radu 4 years ago committed by GitHub
parent
commit
7836d917f8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .github/workflows/build.yml

2
.github/workflows/build.yml

@ -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

Loading…
Cancel
Save