aboutsummaryrefslogtreecommitdiff
path: root/depends
diff options
context:
space:
mode:
authorfanquake <fanquake@gmail.com>2020-11-13 10:51:46 +0800
committerfanquake <fanquake@gmail.com>2020-11-14 08:54:24 +0800
commite1f2553e1148de9bd57818b40b5fe9da7ff5e246 (patch)
treeb11dc80d8abb22df8ada0c995e2bd0b5fcd59146 /depends
parent498fa16beabcbba0ef66acd4162e0f77de064268 (diff)
downloadbitcoin-e1f2553e1148de9bd57818b40b5fe9da7ff5e246.tar.xz
build: remove global_init_link_order from mac qt qmake.conf
This has been around since the original import of Qt (38be0d13830efd2d98281c645c3a60afe05ffece), however there are now only two instatnces of it left in the qt codebase, and from what I can gather, it's unused.
Diffstat (limited to 'depends')
-rw-r--r--depends/patches/qt/mac-qmake.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/depends/patches/qt/mac-qmake.conf b/depends/patches/qt/mac-qmake.conf
index 18ff645cb0..0142667547 100644
--- a/depends/patches/qt/mac-qmake.conf
+++ b/depends/patches/qt/mac-qmake.conf
@@ -1,5 +1,5 @@
MAKEFILE_GENERATOR = UNIX
-CONFIG += app_bundle incremental global_init_link_order lib_version_first absolute_library_soname
+CONFIG += app_bundle incremental lib_version_first absolute_library_soname
QMAKE_INCREMENTAL_STYLE = sublib
include(../common/macx.conf)
include(../common/gcc-base-mac.conf)