From 0b7956cbdc58ca0063e3cd058432bd4892e1543f Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Wed, 26 Nov 2014 14:19:14 +0530 Subject: [PATCH] ... --- setup/extensions.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/setup/extensions.py b/setup/extensions.py index ea027d1186..4a6c16e1fd 100644 --- a/setup/extensions.py +++ b/setup/extensions.py @@ -505,7 +505,8 @@ class Build(Command): # plugins uses the static libQt5PlatformSupport.a which needs glib # to be specified after it for linking to succeed, so we add it to # QMAKE_LIBS_PRIVATE (we cannot use LIBS as that would put -lglib-2.0 - # before libQt5PlatformSupport. + # before libQt5PlatformSupport. See + # https://bugs.archlinux.org/task/38819 pro = textwrap.dedent( '''\