-rw-r--r-- | Makefile.test | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.test b/Makefile.test index 61d8a56..434f3ca 100644 --- a/Makefile.test +++ b/Makefile.test @@ -40,13 +40,14 @@ $(TOPDIR)/.config: $(TOPDIR)/.depends.cfgs $(configs) # config rules must have the $(configs) var defined # at the time that they run. we must ensure that .depends.cfgs # is built and included by the time we reach this point. xconfig : $(call descend,scripts/kconfig,qconf) - ./scripts/kconfig/qconf ./config.in + LD_LIBRARY_PATH=$$LD_LIBRARY_PATH:$(TOPDIR)/scripts/kconfig \ + ./scripts/kconfig/qconf ./config.in menuconfig : scripts/lxdialog/lxdialog $(call descend,scripts/kconfig,mconf) ./scripts/kconfig/mconf ./config.in config : |