From 17e48e339ba2cbe76005240eab9b4409c03c0bd7 Mon Sep 17 00:00:00 2001 From: Mark Linimon Date: Tue, 8 Nov 2016 19:29:56 +0000 Subject: The 64-bit arm arch is actually spelled 'aarch64', not 'arm64'. --- lang/angelscript/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lang/angelscript') diff --git a/lang/angelscript/Makefile b/lang/angelscript/Makefile index 873be00abdc1..b5c08fd90468 100644 --- a/lang/angelscript/Makefile +++ b/lang/angelscript/Makefile @@ -12,7 +12,7 @@ COMMENT= AngelCode Scripting Library LICENSE= ZLIB -BROKEN_arm64= Does not build: invokes x86 asm +BROKEN_aarch64= Does not build: invokes x86 asm BROKEN_powerpc64= Does not build BROKEN_sparc64= Does not build: invokes x86 asm -- cgit v1.2.3