# Make sure hosts tools find their libraries during build # even if FINAL_LOCATION differs from INSTALL_LOCATION ifneq ($(FINAL_LOCATION:$(INSTALL_LOCATION)=),) export LD_LIBRARY_PATH:=$(LD_LIBRARY_PATH:%=%:)$(INSTALL_HOST_LIB) endif