This commit is contained in:
powturbo
2019-10-22 23:09:23 +02:00
committed by GitHub
parent e42c419572
commit 9762f924a5

View File

@ -40,9 +40,9 @@ endif
ifeq (,$(filter $(UNAMEA),ppc64le)) ifeq (,$(filter $(UNAMEA),ppc64le))
OS := ppc64le OS := ppc64le
endif endif
ifeq (,$(findstring ppc64le, $(CC))) #ifneq (,$(findstring ppc64le, $(CC)))
OS := ppc64le # OS := ppc64le
endif #endif
endif endif
ifeq ($(OS),$(filter $(OS),Linux Darwin GNU/kFreeBSD GNU OpenBSD FreeBSD DragonFly NetBSD MSYS_NT Haiku aarch64 ppc64le)) ifeq ($(OS),$(filter $(OS),Linux Darwin GNU/kFreeBSD GNU OpenBSD FreeBSD DragonFly NetBSD MSYS_NT Haiku aarch64 ppc64le))