sb/gdb: Add further getting source checks.

This commit is contained in:
Chris Johns 2019-10-27 10:35:30 +11:00
parent c98264c635
commit 8de6b678e8

View File

@ -95,7 +95,7 @@
%else
%define gdb-python-header-check %(%{_sbdir}/sb/rtems-build-dep -c %{__cc} %{gdb-host-incs} -H %{gdb-python-ver-header})
%endif
%if %{gdb-python-header-check} == not-found
%if %{gdb-python-header-check} == not-found && !%{_rsb_getting_source}
%error "gdb: python: header file not found: %{gdb-python-ver-header}, please install"
%endif
#