From: wchang kim Date: Mon, 24 Jul 2023 01:38:27 +0000 (+0900) Subject: Fixed the build error for riscv64 X-Git-Tag: accepted/tizen/unified/riscv/20230724.093729^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fheads%2Ftizen;p=platform%2Fcore%2Fconnectivity%2Fsmartcard-plugin-usb.git Fixed the build error for riscv64 Change-Id: I43e167eea00a5132c89399ff9e1dcb848fdc753c --- diff --git a/packaging/smartcard-plugin-usb.spec b/packaging/smartcard-plugin-usb.spec index 0573d53..e36e251 100755 --- a/packaging/smartcard-plugin-usb.spec +++ b/packaging/smartcard-plugin-usb.spec @@ -22,7 +22,7 @@ Smartcard Service plugin usb %build cmake . -DCMAKE_INSTALL_PREFIX=%{_prefix} \ -%ifarch aarch64 x86_64 +%ifarch aarch64 x86_64 riscv64 -DTIZEN_ARCH_64=1 \ %endif