diff options
author | Martin Stransky <stransky@redhat.com> | 2018-12-05 13:46:56 +0100 |
---|---|---|
committer | Martin Stransky <stransky@redhat.com> | 2018-12-05 13:46:56 +0100 |
commit | 7da8addb90656f29d5733550646fa472fb303e2e (patch) | |
tree | 641c8cd512b13fa69cc523e6d7ed96ed6aa80880 | |
parent | Enable clang on Fedora 29/rawhide, use bundled cbindgen everywhere (diff) | |
download | librewolf-fedora-ff-7da8addb90656f29d5733550646fa472fb303e2e.tar.gz librewolf-fedora-ff-7da8addb90656f29d5733550646fa472fb303e2e.tar.bz2 librewolf-fedora-ff-7da8addb90656f29d5733550646fa472fb303e2e.zip |
spec fix
-rw-r--r-- | firefox.spec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/firefox.spec b/firefox.spec index 8a35468..68af7ba 100644 --- a/firefox.spec +++ b/firefox.spec @@ -199,7 +199,7 @@ BuildRequires: llvm BuildRequires: llvm-devel BuildRequires: clang BuildRequires: clang-libs -%if %{?build_with_clang} +%if 0%{?build_with_clang} BuildRequires: lld %endif %if 0%{?fedora} > 27 |