This commit is contained in:
powturbo
2019-10-22 23:14:52 +02:00
committed by GitHub
parent 9762f924a5
commit 844bb05d50

View File

@ -37,9 +37,9 @@ else
ifeq (,$(filter $(UNAMEA),aarch64))
OS := arm64
endif
ifeq (,$(filter $(UNAMEA),ppc64le))
OS := ppc64le
endif
#ifeq (,$(filter $(UNAMEA),ppc64le))
# OS := ppc64le
#endif
#ifneq (,$(findstring ppc64le, $(CC)))
# OS := ppc64le
#endif