Skip to content

Commit 71fb76b

Browse files
committed
replace POCO_PREFIX with POCO_LIB_INSTALLDIR
1 parent e55af93 commit 71fb76b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build/config/Darwin-gcc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ CXX = g++
2929
LINK = $(CXX) -bind_at_load
3030
LIB = libtool -static -o
3131
RANLIB = ranlib
32-
SHLIB = $(CXX) -dynamiclib -Wl,-install_name,$(POCO_PREFIX)/lib/$(notdir \$@) -o $@
32+
SHLIB = $(CXX) -dynamiclib -Wl,-install_name,$(POCO_LIB_INSTALLDIR)/$(notdir \$@) -o $@
3333
DYLIB = $(CXX) -dynamic -bundle -bind_at_load -o $@
3434
SHLIBLN = $(POCO_BASE)/build/script/shlibln
3535
STRIP =

0 commit comments

Comments
 (0)