mirror of
https://github.com/godotengine/godot.git
synced 2025-12-07 22:00:10 +00:00
Windows: Workaround missing DWRITE_FONT_WEIGHT value in old MinGW
Fixes #74339.
(cherry picked from commit b7ecb9584a)
This commit is contained in:
parent
90dbf3bd38
commit
b1c8a40853
2 changed files with 6 additions and 1 deletions
|
|
@ -645,7 +645,7 @@ if selected_platform in platform_list:
|
|||
print(
|
||||
"Detected mingw version is not using posix threads. Only posix "
|
||||
"version of mingw is supported. "
|
||||
'Use "update-alternatives --config <platform>-w64-mingw32-[gcc|g++]" '
|
||||
'Use "update-alternatives --config x86_64-w64-mingw32-g++" '
|
||||
"to switch to posix threads."
|
||||
)
|
||||
Exit(255)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue