aboutsummaryrefslogtreecommitdiff
path: root/depends/patches/qt/guix_cross_lib_path.patch
blob: 0c67743dc19e5348bccf695bc3368952c8e5f476 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Facilitate guix building with CROSS_LIBRARY_PATH

See discussion in https://github.com/bitcoin/bitcoin/pull/15277.

--- a/qtbase/mkspecs/features/toolchain.prf
+++ b/qtbase/mkspecs/features/toolchain.prf
@@ -231,8 +231,8 @@ isEmpty($${target_prefix}.INCDIRS) {
             add_libraries = false
             for (line, output) {
                 line ~= s/^[ \\t]*//  # remove leading spaces
-                contains(line, "LIBRARY_PATH=.*") {
-                    line ~= s/^LIBRARY_PATH=//  # remove leading LIBRARY_PATH=
+                contains(line, "(CROSS_)?LIBRARY_PATH=.*") {
+                    line ~= s/^(CROSS_)?LIBRARY_PATH=//  # remove leading (CROSS_)?LIBRARY_PATH=
                     equals(QMAKE_HOST.os, Windows): \
                         paths = $$split(line, ;)
                     else: \