From 565986e75b4b6d25b422131aeb20ca0ff6ad69c8 Mon Sep 17 00:00:00 2001 From: Than Ngo Date: Sun, 19 May 2024 07:32:44 +0200 Subject: [PATCH] fix typo --- chromium.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chromium.spec b/chromium.spec index fdbd1e94..8dab9bab 100644 --- a/chromium.spec +++ b/chromium.spec @@ -164,7 +164,7 @@ # enable|disable use_custom_libcxx %global use_custom_libcxx 1 -%if %{rhel} == 7 +%if 0%{?rhel} == 7 %global use_custom_libcxx 0 %endif