Skip to content

Commit

Permalink
Merge pull request #185 from Ghabry/vcpkg-fmt-downgrade
Browse files Browse the repository at this point in the history
Windows: Downgrade fmtlib to the previous version to fix build error in fmt::styled
  • Loading branch information
Ghabry authored Oct 16, 2024
2 parents 71d34e5 + 2f90da6 commit 20f81ec
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions windows/helper/prepare.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ IF EXIST vcpkg (
:: Build vcpkg
call bootstrap-vcpkg.bat

:: Revert fmtlib to the previous version because fmt::styled does not compile
:: Remove this when the next fmtlib version is released
git restore -s 50ca16008cebab427e90a98f8ffc34208b215dba ports/fmt

:: Optimize the debug libraries
copy ..\helper\windows.cmake scripts\toolchains\windows.cmake

Expand Down

0 comments on commit 20f81ec

Please sign in to comment.