Fix build error in aarch64 (#511) accepted/tizen_unified_toolchain accepted/tizen/unified/20240125.160247 accepted/tizen/unified/20240126.061438 accepted/tizen/unified/20240126.061455 accepted/tizen/unified/toolchain/20240125.111836 accepted/tizen/unified/toolchain/20240312.065456
author최종헌/MDE Lab(SR)/삼성전자 <j-h.choi@samsung.com>
Thu, 25 Jan 2024 04:51:14 +0000 (13:51 +0900)
committerGitHub Enterprise <noreply-CODE@samsung.com>
Thu, 25 Jan 2024 04:51:14 +0000 (13:51 +0900)
Change-Id: I9577aa8ea2813a0ac92c4acd6cb9a1241e450fcf

packaging/dotnet-launcher.spec

index e17aa7d..3a99d4e 100644 (file)
@@ -122,7 +122,7 @@ export CXXFLAGS+=" -DBIT64 -DHOST_64BIT "
 export CFLAGS+=" -DHOST_ARM "
 export CXXFLAGS+=" -DHOST_ARM "
 %endif
-%ifarch ARM64
+%ifarch aarch64
 export CFLAGS+=" -DHOST_ARM64 "
 export CXXFLAGS+=" -DHOST_ARM64 "
 %endif