lcl: carbon: only allow cpui386

git-svn-id: trunk@58405 -
This commit is contained in:
mattias 2018-06-25 17:44:30 +00:00
parent 0047815cdd
commit 431fc203c9
2 changed files with 4 additions and 4 deletions

View File

@ -12,8 +12,8 @@
unit CarbonBars; unit CarbonBars;
{$mode objfpc}{$H+} {$mode objfpc}{$H+}
{$IFNDEF i386} {$IFNDEF cpui386}
{$ERROR only i386 is supported} {$ERROR only cpu i386 is supported}
{$ENDIF} {$ENDIF}
interface interface

View File

@ -22,8 +22,8 @@ unit Interfaces;
{$IFNDEF CARBON} {$IFNDEF CARBON}
{$ERROR wrong interfaces source} {$ERROR wrong interfaces source}
{$ENDIF} {$ENDIF}
{$IFNDEF i386} {$IFNDEF cpui386}
{$ERROR only i386 is supported} {$ERROR only cpu i386 is supported}
{$ENDIF} {$ENDIF}
interface interface