From c1e24154c0ffc504355e9afa643be82958950ebc Mon Sep 17 00:00:00 2001 From: David Abdurachmanov Date: Sun, 3 Dec 2023 17:10:54 +0200 Subject: [PATCH] Fix typos Signed-off-by: David Abdurachmanov --- lib2geom.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib2geom.spec b/lib2geom.spec index ce057a8..e219865 100644 --- a/lib2geom.spec +++ b/lib2geom.spec @@ -43,8 +43,8 @@ developing applications that use %{name}. %build %ifarch riscv64 -export CLAGS="%{optflags} -ffp-contract=off" -export CXXLAGS="%{optflags} -ffp-contract=off" +export CFLAGS="%{optflags} -ffp-contract=off" +export CXXFLAGS="%{optflags} -ffp-contract=off" %endif %cmake -GNinja \