mirror of
https://github.com/pocoproject/poco.git
synced 2025-11-25 15:19:21 +01:00
replace POCO_PREFIX with POCO_LIB_INSTALLDIR
This commit is contained in:
@@ -32,7 +32,7 @@ CXX = clang++
|
|||||||
LINK = $(CXX) -bind_at_load
|
LINK = $(CXX) -bind_at_load
|
||||||
LIB = libtool -static -o
|
LIB = libtool -static -o
|
||||||
RANLIB = ranlib
|
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 $(RORELOCS) -Wl,-bind_at_load -o $@
|
DYLIB = $(CXX) -dynamic -bundle $(RORELOCS) -Wl,-bind_at_load -o $@
|
||||||
SHLIBLN = $(POCO_BASE)/build/script/shlibln
|
SHLIBLN = $(POCO_BASE)/build/script/shlibln
|
||||||
STRIP =
|
STRIP =
|
||||||
|
|||||||
Reference in New Issue
Block a user