diff options
author | fanquake <fanquake@gmail.com> | 2020-11-13 10:51:46 +0800 |
---|---|---|
committer | fanquake <fanquake@gmail.com> | 2020-11-14 08:54:24 +0800 |
commit | e1f2553e1148de9bd57818b40b5fe9da7ff5e246 (patch) | |
tree | b11dc80d8abb22df8ada0c995e2bd0b5fcd59146 /depends/patches | |
parent | 498fa16beabcbba0ef66acd4162e0f77de064268 (diff) |
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/patches')
-rw-r--r-- | depends/patches/qt/mac-qmake.conf | 2 |
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) |