Merge branch 'master' of git.sillyangel.dev:angel/mice-3ds
All checks were successful
Build (3DS) / build (push) Successful in 2m16s
All checks were successful
Build (3DS) / build (push) Successful in 2m16s
This commit is contained in:
@@ -15,6 +15,8 @@ else
|
|||||||
HOST_ARCH := x86_64
|
HOST_ARCH := x86_64
|
||||||
else ifeq ($(UNAME_M),$(filter $(UNAME_M),i386 i686))
|
else ifeq ($(UNAME_M),$(filter $(UNAME_M),i386 i686))
|
||||||
HOST_ARCH := i686
|
HOST_ARCH := i686
|
||||||
|
else ifeq ($(UNAME_M),$(filter $(UNAME_M),aarch64 arm64))
|
||||||
|
HOST_ARCH := arm64
|
||||||
else
|
else
|
||||||
$(error "Unsupported host architecture.")
|
$(error "Unsupported host architecture.")
|
||||||
endif
|
endif
|
||||||
|
|||||||
Reference in New Issue
Block a user