aboutsummaryrefslogtreecommitdiff
path: root/depends/patches
diff options
context:
space:
mode:
authorfanquake <fanquake@gmail.com>2022-03-18 10:38:45 +0000
committerfanquake <fanquake@gmail.com>2022-03-18 10:38:45 +0000
commit3a463992b981be382200004d5c44c130fc7a509f (patch)
tree615003e7930230d5a38ca548d16aecd00e99aa62 /depends/patches
parenta17df4e876f9a24b4c24023b9346d2392db53c4d (diff)
downloadbitcoin-3a463992b981be382200004d5c44c130fc7a509f.tar.xz
build: remove unused QMAKE_* VARs
As far as I can gather Qts build system doesn't respect either of these variables (there is a QMAKE_LIBTOOL_LIBDIR).
Diffstat (limited to 'depends/patches')
-rw-r--r--depends/patches/qt/mac-qmake.conf2
1 files changed, 0 insertions, 2 deletions
diff --git a/depends/patches/qt/mac-qmake.conf b/depends/patches/qt/mac-qmake.conf
index e4bfaa1463..543407f853 100644
--- a/depends/patches/qt/mac-qmake.conf
+++ b/depends/patches/qt/mac-qmake.conf
@@ -19,6 +19,4 @@ QMAKE_MAC_SDK.macosx.PlatformPath = /phony
!host_build: QMAKE_LFLAGS += -target $${MAC_TARGET}
QMAKE_AR = $${CROSS_COMPILE}ar cq
QMAKE_RANLIB=$${CROSS_COMPILE}ranlib
-QMAKE_LIBTOOL=$${CROSS_COMPILE}libtool
-QMAKE_INSTALL_NAME_TOOL=$${CROSS_COMPILE}install_name_tool
load(qt_config)