replace POCO_PREFIX with POCO_LIB_INSTALLDIR

This commit is contained in:
Aleksandar Fabijanic 2015-01-13 07:41:18 -06:00
parent e55af93fc2
commit 71fb76bc40

View File

@ -29,7 +29,7 @@ CXX = g++
LINK = $(CXX) -bind_at_load
LIB = libtool -static -o
RANLIB = ranlib
SHLIB = $(CXX) -dynamiclib -Wl,-install_name,$(POCO_PREFIX)/lib/$(notdir \$@) -o $@
SHLIB = $(CXX) -dynamiclib -Wl,-install_name,$(POCO_LIB_INSTALLDIR)/$(notdir \$@) -o $@
DYLIB = $(CXX) -dynamic -bundle -bind_at_load -o $@
SHLIBLN = $(POCO_BASE)/build/script/shlibln
STRIP =