Skip to content

Commit 3f90dde

Browse files
committed
build, qt: Drop no longer needed workaround
The `PKG_CONFIG_LIBDIR` variable is set in `$(package)_config_env`.
1 parent 7060268 commit 3f90dde

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

depends/packages/qt.mk

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,6 @@ endef
263263

264264
define $(package)_config_cmds
265265
export PKG_CONFIG_SYSROOT_DIR=/ && \
266-
export PKG_CONFIG_LIBDIR=$(host_prefix)/lib/pkgconfig && \
267266
export QT_MAC_SDK_NO_VERSION_CHECK=1 && \
268267
cd qtbase && \
269268
./configure -top-level $($(package)_config_opts)

0 commit comments

Comments
 (0)