diff options
author | Martin Stransky <stransky@redhat.com> | 2019-06-11 14:45:43 +0200 |
---|---|---|
committer | Martin Stransky <stransky@redhat.com> | 2019-06-11 14:45:43 +0200 |
commit | 92e37b0a30e4da51935af67f1fae044d41706be1 (patch) | |
tree | 3bfba58c4e2f3c1ddb486752005faf7df876d3d2 | |
parent | Updated to 67.0.2 (diff) | |
download | librewolf-fedora-ff-92e37b0a30e4da51935af67f1fae044d41706be1.tar.gz librewolf-fedora-ff-92e37b0a30e4da51935af67f1fae044d41706be1.tar.bz2 librewolf-fedora-ff-92e37b0a30e4da51935af67f1fae044d41706be1.zip |
build fix - debug_build
-rw-r--r-- | firefox.spec | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/firefox.spec b/firefox.spec index dc41b3d..d473fd9 100644 --- a/firefox.spec +++ b/firefox.spec @@ -40,7 +40,6 @@ ExcludeArch: s390x %endif %bcond_without debug_build %if %{with debug_build} -%else %global debug_build 1 %else %global debug_build 0 |