Windows is win32 when testing for the host.

This commit is contained in:
Chris Johns 2015-03-03 20:19:36 +11:00
parent a84249d261
commit 46ec6b52c8

View File

@ -7,7 +7,7 @@
# #
# See if the simulator has been disabled for Windows. # See if the simulator has been disabled for Windows.
# #
%if %{_host_os} == mingw32 %if %{_host_os} == win32
%if %{defined win32-gdb-disable-sim} %if %{defined win32-gdb-disable-sim}
%define gdb-disable-sim 1 %define gdb-disable-sim 1
%endif %endif