We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e2374c9 commit 82253b8Copy full SHA for 82253b8
build/config/Darwin-clang
@@ -32,7 +32,7 @@ CXX = clang++
32
LINK = $(CXX) -bind_at_load
33
LIB = libtool -static -o
34
RANLIB = ranlib
35
-SHLIB = $(CXX) -dynamiclib -Wl,-install_name,$(POCO_PREFIX)/lib/$(notdir \$@) -o $@
+SHLIB = $(CXX) -dynamiclib -Wl,-install_name,$(POCO_LIB_INSTALLDIR)/$(notdir \$@) -o $@
36
DYLIB = $(CXX) -dynamic -bundle $(RORELOCS) -Wl,-bind_at_load -o $@
37
SHLIBLN = $(POCO_BASE)/build/script/shlibln
38
STRIP =
0 commit comments