mirror of
https://github.com/mamedev/mame.git
synced 2024-11-16 07:48:32 +01:00
makefile: End the big-endian block in the right place (#8194)
This commit is contained in:
parent
d5869ecbdb
commit
30d19a0fa3
1 changed files with 1 additions and 1 deletions
2
makefile
2
makefile
|
@ -429,7 +429,6 @@ endif
|
|||
ifneq (,$(findstring s390x,$(UNAME)))
|
||||
BIGENDIAN := 1
|
||||
endif
|
||||
endif # BIGENDIAN
|
||||
# FreeBSD
|
||||
ifneq (,$(findstring powerpc,$(UNAME)))
|
||||
ifneq (,$(findstring powerpc64le,$(UNAME)))
|
||||
|
@ -438,6 +437,7 @@ else
|
|||
BIGENDIAN := 1
|
||||
endif
|
||||
endif
|
||||
endif # BIGENDIAN
|
||||
|
||||
ifndef PYTHON_EXECUTABLE
|
||||
PYTHON := python
|
||||
|
|
Loading…
Reference in a new issue