Fix syntax error. Trailing comments do not work.

OBS-URL: https://build.opensuse.org/package/show/devel:tools:compiler/llvm?expand=0&rev=507
This commit is contained in:
Michal Srb 2018-03-19 12:52:19 +00:00 committed by Git OBS Bridge
parent babf4ef210
commit 6895b85715

View File

@ -18,7 +18,8 @@
%ifarch x86_64
%define has_lldb 1
%if 0%{?suse_version} > 1320 # python3-lldb%{_sonum} is only built with these distributions (see llvm%{_sonum} package)
# python3-lldb%{_sonum} is only built with these distributions (see llvm%{_sonum} package)
%if 0%{?suse_version} > 1320
%define has_lldb_python 1
%endif
%endif