We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e55af93 commit 71fb76bCopy full SHA for 71fb76b
1 file changed
build/config/Darwin-gcc
@@ -29,7 +29,7 @@ CXX = g++
29
LINK = $(CXX) -bind_at_load
30
LIB = libtool -static -o
31
RANLIB = ranlib
32
-SHLIB = $(CXX) -dynamiclib -Wl,-install_name,$(POCO_PREFIX)/lib/$(notdir \$@) -o $@
+SHLIB = $(CXX) -dynamiclib -Wl,-install_name,$(POCO_LIB_INSTALLDIR)/$(notdir \$@) -o $@
33
DYLIB = $(CXX) -dynamic -bundle -bind_at_load -o $@
34
SHLIBLN = $(POCO_BASE)/build/script/shlibln
35
STRIP =
0 commit comments