This commit is contained in:
powturbo
2019-10-22 23:03:39 +02:00
committed by GitHub
parent 45ee11a90a
commit e42c419572

View File

@ -40,7 +40,7 @@ endif
ifeq (,$(filter $(UNAMEA),ppc64le))
OS := ppc64le
endif
ifneq (,$(findstring ppc64le, $(CC)))
ifeq (,$(findstring ppc64le, $(CC)))
OS := ppc64le
endif
endif