.
This commit is contained in:
6
makefile
6
makefile
@ -40,9 +40,9 @@ endif
|
||||
ifeq (,$(filter $(UNAMEA),ppc64le))
|
||||
OS := ppc64le
|
||||
endif
|
||||
ifeq (,$(findstring ppc64le, $(CC)))
|
||||
OS := ppc64le
|
||||
endif
|
||||
#ifneq (,$(findstring ppc64le, $(CC)))
|
||||
# OS := ppc64le
|
||||
#endif
|
||||
endif
|
||||
|
||||
ifeq ($(OS),$(filter $(OS),Linux Darwin GNU/kFreeBSD GNU OpenBSD FreeBSD DragonFly NetBSD MSYS_NT Haiku aarch64 ppc64le))
|
||||
|
Reference in New Issue
Block a user