mirror of
https://github.com/pocoproject/poco.git
synced 2025-03-30 07:26:33 +02:00
remove the LIBSUFFIX setup since the x86_64 directory serves already as
discriminator. Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
This commit is contained in:
parent
ac879caa46
commit
01d029f282
@ -164,9 +164,6 @@ LIB64SUFFIX = $(if $(filter $(OSARCH),x86_64 sparc64 ppc64),64,)
|
||||
else ifneq ($(DEBIANISH),)
|
||||
LIB64SUFFIX = $(if $(filter $(OSARCH),x86_64 sparc64 ppc64),/x86_64-linux-gnu,)
|
||||
endif
|
||||
ifeq ($(findstring Cygwin,$(POCO_HOST_OSNAME)),Cygwin)
|
||||
LIB64SUFFIX = $(if $(filter $(OSARCH),x86_64),64,)
|
||||
endif
|
||||
|
||||
# Default static lib extension
|
||||
STATICLIBLINKEXT = .a
|
||||
|
Loading…
x
Reference in New Issue
Block a user