mirror of
https://github.com/feather-wallet/feather.git
synced 2025-01-03 17:39:49 +00:00
depends: qt: fix LD_LIBRARY_PATH
This commit is contained in:
parent
c4c93cb358
commit
2777b7a76a
1 changed files with 1 additions and 0 deletions
|
@ -345,6 +345,7 @@ define $(package)_build_cmds
|
||||||
endef
|
endef
|
||||||
else
|
else
|
||||||
define $(package)_build_cmds
|
define $(package)_build_cmds
|
||||||
|
export LD_LIBRARY_PATH=${build_prefix}/lib/ && \
|
||||||
$(MAKE)
|
$(MAKE)
|
||||||
endef
|
endef
|
||||||
endif
|
endif
|
||||||
|
|
Loading…
Reference in a new issue