summaryrefslogtreecommitdiff
path: root/SConstruct
diff options
context:
space:
mode:
authorRĂ©mi Verschelde <rverschelde@gmail.com>2023-03-05 18:16:06 +0100
committerYuri Sizov <yuris@humnom.net>2023-03-13 22:06:14 +0100
commitb1c8a4085319ff5433da3868c5784fbecb2c8f6b (patch)
tree8c7375f8f8257d5bd723266bdcdb01d24fdd9f1c /SConstruct
parent90dbf3bd38ecd06ef32fb3cc4958cff6d132786d (diff)
Windows: Workaround missing DWRITE_FONT_WEIGHT value in old MinGW
Fixes #74339. (cherry picked from commit b7ecb9584a1fc141d70140f6b0e573d870fa0dcb)
Diffstat (limited to 'SConstruct')
-rw-r--r--SConstruct2
1 files changed, 1 insertions, 1 deletions
diff --git a/SConstruct b/SConstruct
index 2763f3f578..8b39f120b4 100644
--- a/SConstruct
+++ b/SConstruct
@@ -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)