replace POCO_PREFIX with POCO_LIB_INSTALLDIR

This commit is contained in:
Aleksandar Fabijanic 2015-01-13 07:40:52 -06:00
parent 82253b83cf
commit e55af93fc2

View File

@ -29,7 +29,7 @@ CXX = $(shell xcrun -find clang++)
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 -read_only_relocs suppress -Wl,-bind_at_load -o $@
SHLIBLN = $(POCO_BASE)/build/script/shlibln
STRIP =