add SET_LD_LIBRARY_PATH make variable

This commit is contained in:
Guenter Obiltschnig 2016-03-06 16:22:17 +01:00
parent 3a759171d7
commit 6376963bda

View File

@ -238,6 +238,12 @@ ifndef LIBPREFIX
LIBPREFIX = lib LIBPREFIX = lib
endif endif
ifeq ($(POCO_HOST_OSNAME),Darwin)
SET_LD_LIBRARY_PATH = DYLD_LIBRARY_PATH=$(LIBPATH)
else
SET_LD_LIBRARY_PATH = LD_LIBRARY_PATH=$(LIBPATH)
endif
# #
# Build component list # Build component list
# #