diff options
author | Michael Stahl <Michael.Stahl@cib.de> | 2020-12-20 21:20:28 +0100 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2020-12-21 18:34:11 +0100 |
commit | 4041c68ea59181f1c4774c356809066d2051db41 (patch) | |
tree | 0147f8563ec6601b459b7157da9e874a4faf3a3c /ios | |
parent | f80dcee922428fa564b4779b1f81ad087db937ae (diff) |
ios,nss: use AARCH64 consistently
Presumably missing from 1cee06c080bceab86ac894f8ae86d4d296b050aa
Change-Id: I0f658bb36179b741f6f47264ee1400633db69d6d
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/108064
Tested-by: Tor Lillqvist <tml@collabora.com>
Reviewed-by: Tor Lillqvist <tml@collabora.com>
Diffstat (limited to 'ios')
-rw-r--r-- | ios/CustomTarget_iOS_link.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ios/CustomTarget_iOS_link.mk b/ios/CustomTarget_iOS_link.mk index 240f38d071b4..ed4b7b2b0525 100644 --- a/ios/CustomTarget_iOS_link.mk +++ b/ios/CustomTarget_iOS_link.mk @@ -23,7 +23,7 @@ else IOSKIT = $(IOSGEN)/Debug_arm64/libKit.dylib endif else -ifeq ($(CPUNAME),ARM64) +ifeq ($(CPUNAME),AARCH64) IOSKIT = $(IOSGEN)/Release_arm64/libKit.dylib endif endif |