mirror of
https://github.com/pocoproject/poco.git
synced 2025-02-21 06:37:42 +01:00
replace POCO_PREFIX with POCO_LIB_INSTALLDIR
This commit is contained in:
parent
e55af93fc2
commit
71fb76bc40
@ -29,7 +29,7 @@ CXX = g++
|
||||
LINK = $(CXX) -bind_at_load
|
||||
LIB = libtool -static -o
|
||||
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 -bind_at_load -o $@
|
||||
SHLIBLN = $(POCO_BASE)/build/script/shlibln
|
||||
STRIP =
|
||||
|
Loading…
x
Reference in New Issue
Block a user