From c6e9501bcdc6d26ffce41552d03eb0efaac07ad5ee8f167b53a8edec84dcc260 Mon Sep 17 00:00:00 2001 From: Soc Virnyl Estela Date: Sat, 2 Dec 2023 13:00:29 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/devel:tools:compiler/hare?expand=0&rev=9 --- hare.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hare.spec b/hare.spec index 01b707c..aaf9810 100644 --- a/hare.spec +++ b/hare.spec @@ -112,7 +112,7 @@ export PLATFORM="linux" export ARCH="%{_arch}" make %{?_smp_mflags} DESTDIR="%{buildroot}" install -%if %{with test} +%if %{without test} %check export CFLAGS="%optflags" export PLATFORM="linux"