From e1f2553e1148de9bd57818b40b5fe9da7ff5e246 Mon Sep 17 00:00:00 2001 From: fanquake Date: Fri, 13 Nov 2020 10:51:46 +0800 Subject: 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. --- depends/patches/qt/mac-qmake.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'depends/patches') 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) -- cgit v1.2.3