From 71fb76bc404475c17e02f4a736b2916a213045a3 Mon Sep 17 00:00:00 2001 From: Aleksandar Fabijanic Date: Tue, 13 Jan 2015 07:41:18 -0600 Subject: [PATCH] replace POCO_PREFIX with POCO_LIB_INSTALLDIR --- build/config/Darwin-gcc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/config/Darwin-gcc b/build/config/Darwin-gcc index f8e99bc41..99f295a3a 100644 --- a/build/config/Darwin-gcc +++ b/build/config/Darwin-gcc @@ -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 =