Build for x86_64 platform 87/268487/1 accepted/tizen/unified/20211223.215715 submit/tizen/20211223.110311
authorNiraj Kumar Goit <niraj.g@samsung.com>
Thu, 23 Dec 2021 10:54:30 +0000 (16:24 +0530)
committerNiraj Kumar Goit <niraj.g@samsung.com>
Thu, 23 Dec 2021 10:54:30 +0000 (16:24 +0530)
Change-Id: If958bb84230b9e476911fca9843a2ee50a2b9767
Signed-off-by: Niraj Kumar Goit <niraj.g@samsung.com>
src/Makefile

index 2ad4276..f50b17a 100644 (file)
@@ -62,6 +62,8 @@ DESTDIR ?=
 
 ifeq ($(shell uname -m),aarch64)
        LIBSUBDIR := lib64
+else ifeq ($(shell uname -m),x86_64)
+       LIBSUBDIR := lib64
 else
        LIBSUBDIR := lib
 endif