depends: qt: fix LD_LIBRARY_PATH

This commit is contained in:
tobtoht 2023-01-05 04:25:07 +01:00
parent c4c93cb358
commit 2777b7a76a

View file

@ -345,6 +345,7 @@ define $(package)_build_cmds
endef
else
define $(package)_build_cmds
export LD_LIBRARY_PATH=${build_prefix}/lib/ && \
$(MAKE)
endef
endif