We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71d34e5 commit 2f90da6Copy full SHA for 2f90da6
windows/helper/prepare.cmd
@@ -11,6 +11,10 @@ IF EXIST vcpkg (
11
:: Build vcpkg
12
call bootstrap-vcpkg.bat
13
14
+:: Revert fmtlib to the previous version because fmt::styled does not compile
15
+:: Remove this when the next fmtlib version is released
16
+git restore -s 50ca16008cebab427e90a98f8ffc34208b215dba ports/fmt
17
+
18
:: Optimize the debug libraries
19
copy ..\helper\windows.cmake scripts\toolchains\windows.cmake
20
0 commit comments