mirror of
https://github.com/holub/mame
synced 2025-06-09 22:33:00 +03:00
Unbreak aarch64 and arm builds (#7708)
This commit is contained in:
parent
e069a2d17b
commit
fd5fb05ace
2
makefile
2
makefile
@ -384,12 +384,14 @@ endif
|
|||||||
endif
|
endif
|
||||||
|
|
||||||
ifeq ($(findstring arm,$(UNAME)),arm)
|
ifeq ($(findstring arm,$(UNAME)),arm)
|
||||||
|
ARCHITECTURE :=
|
||||||
ifndef FORCE_DRC_C_BACKEND
|
ifndef FORCE_DRC_C_BACKEND
|
||||||
FORCE_DRC_C_BACKEND := 1
|
FORCE_DRC_C_BACKEND := 1
|
||||||
endif
|
endif
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifeq ($(findstring aarch64,$(UNAME)),aarch64)
|
ifeq ($(findstring aarch64,$(UNAME)),aarch64)
|
||||||
|
ARCHITECTURE :=
|
||||||
ifndef FORCE_DRC_C_BACKEND
|
ifndef FORCE_DRC_C_BACKEND
|
||||||
FORCE_DRC_C_BACKEND := 1
|
FORCE_DRC_C_BACKEND := 1
|
||||||
endif
|
endif
|
||||||
|
Loading…
Reference in New Issue
Block a user