From 3a463992b981be382200004d5c44c130fc7a509f Mon Sep 17 00:00:00 2001 From: fanquake Date: Fri, 18 Mar 2022 10:38:45 +0000 Subject: 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). --- depends/patches/qt/mac-qmake.conf | 2 -- 1 file changed, 2 deletions(-) (limited to 'depends') 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) -- cgit v1.2.3