diff options
author | Hennadii Stepanov <32963518+hebasto@users.noreply.github.com> | 2022-08-13 11:24:36 +0100 |
---|---|---|
committer | Hennadii Stepanov <32963518+hebasto@users.noreply.github.com> | 2022-08-13 13:45:22 +0100 |
commit | 968ea66537da2646c3a33bd82f031adef67a3c8b (patch) | |
tree | 06c7fcae2454d95918d967fb320696147909e553 | |
parent | aca0200e9408d802ce68c323ee6edeb93699ecb3 (diff) |
build: Adjust `qt/guix_cross_lib_path.patch`
-rw-r--r-- | depends/patches/qt/guix_cross_lib_path.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/depends/patches/qt/guix_cross_lib_path.patch b/depends/patches/qt/guix_cross_lib_path.patch index 0c67743dc1..7911dc21d7 100644 --- a/depends/patches/qt/guix_cross_lib_path.patch +++ b/depends/patches/qt/guix_cross_lib_path.patch @@ -4,7 +4,7 @@ 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) { +@@ -236,8 +236,8 @@ isEmpty($${target_prefix}.INCDIRS) { add_libraries = false for (line, output) { line ~= s/^[ \\t]*// # remove leading spaces |