Fix quotation marks

This commit is contained in:
Mikhail Novosyolov 2018-10-19 00:17:58 +03:00
parent dfdcce7f42
commit 91ac7abb2c

View file

@ -392,7 +392,7 @@ export NM=nm
#Alternative to gold: define use_linker use_lld
%define use_linker_def true
%if %{use_linker} == 'use_lld'
%if %{use_linker} == "use_lld"
# flags to fix i586 builds
# these flags previously were exported on all architectures, not ix86 only
%ifarch %{ix86}