mirror of
https://github.com/pocoproject/poco.git
synced 2025-04-01 17:25:03 +02:00
replace POCO_PREFIX with POCO_LIB_INSTALLDIR
This commit is contained in:
parent
e2374c9611
commit
82253b83cf
@ -32,7 +32,7 @@ CXX = clang++
|
||||
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 $(RORELOCS) -Wl,-bind_at_load -o $@
|
||||
SHLIBLN = $(POCO_BASE)/build/script/shlibln
|
||||
STRIP =
|
||||
|
Loading…
x
Reference in New Issue
Block a user