diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2016-11-08 19:29:56 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2016-11-08 19:29:56 +0000 |
commit | 17e48e339ba2cbe76005240eab9b4409c03c0bd7 (patch) | |
tree | f77d62ca66840ca8e1e6d01a24391ded26f3d643 /lang/angelscript | |
parent | 69ddf3ca485e29ab4cd58d942f94e3a863a31e2f (diff) |
The 64-bit arm arch is actually spelled 'aarch64', not 'arm64'.
Notes
Notes:
svn path=/head/; revision=425758
Diffstat (limited to 'lang/angelscript')
-rw-r--r-- | lang/angelscript/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |