Disable intrinsics on riscv64

Signed-off-by: David Abdurachmanov <davidlt@rivosinc.com>
This commit is contained in:
David Abdurachmanov 2023-12-30 19:05:58 +02:00
parent 72a3a8e10d
commit a7019b8589
Signed by: davidlt
GPG Key ID: 7A5F42FAF91FACC3
1 changed files with 3 additions and 0 deletions

View File

@ -43,6 +43,9 @@ The %{name}-tools package contains tools about %{name}.
%cmake \
-GNinja \
-DCMAKE_BUILD_TYPE=Release \
%ifarch riscv64
-DLIBUNICODE_USE_INTRINSICS=OFF \
%endif
-DLIBUNICODE_UCD_DIR=%{_datadir}/unicode/ucd \
%cmake_build