mirror of
https://github.com/pocoproject/poco.git
synced 2025-06-01 08:31:27 +02:00
replace POCO_PREFIX with POCO_LIB_INSTALLDIR
This commit is contained in:
parent
82253b83cf
commit
e55af93fc2
@ -29,7 +29,7 @@ CXX = $(shell xcrun -find 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 -read_only_relocs suppress -Wl,-bind_at_load -o $@
|
DYLIB = $(CXX) -dynamic -bundle -read_only_relocs suppress -Wl,-bind_at_load -o $@
|
||||||
SHLIBLN = $(POCO_BASE)/build/script/shlibln
|
SHLIBLN = $(POCO_BASE)/build/script/shlibln
|
||||||
STRIP =
|
STRIP =
|
||||||
|
Loading…
x
Reference in New Issue
Block a user