Skip to content

Commit

Permalink
Build.yml: Fix compilation on windows-latest
Browse files Browse the repository at this point in the history
  • Loading branch information
valinet authored Feb 19, 2022
1 parent b6bf015 commit 7836d91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ jobs:
cd libs/funchook
md 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
cmake --build . --config Release
Expand Down

0 comments on commit 7836d91

Please sign in to comment.