mirror of
https://github.com/pocoproject/poco.git
synced 2025-04-01 09:24:55 +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),)
|
else ifneq ($(DEBIANISH),)
|
||||||
LIB64SUFFIX = $(if $(filter $(OSARCH),x86_64 sparc64 ppc64),/x86_64-linux-gnu,)
|
LIB64SUFFIX = $(if $(filter $(OSARCH),x86_64 sparc64 ppc64),/x86_64-linux-gnu,)
|
||||||
endif
|
endif
|
||||||
ifeq ($(findstring Cygwin,$(POCO_HOST_OSNAME)),Cygwin)
|
|
||||||
LIB64SUFFIX = $(if $(filter $(OSARCH),x86_64),64,)
|
|
||||||
endif
|
|
||||||
|
|
||||||
# Default static lib extension
|
# Default static lib extension
|
||||||
STATICLIBLINKEXT = .a
|
STATICLIBLINKEXT = .a
|
||||||
|
Loading…
x
Reference in New Issue
Block a user