Skip to content

Commit 82253b8

Browse files
committed
replace POCO_PREFIX with POCO_LIB_INSTALLDIR
1 parent e2374c9 commit 82253b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/config/Darwin-clang

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

0 commit comments

Comments
 (0)