mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-13 11:39:13 +02:00
lcl: carbon: only allow cpui386
git-svn-id: trunk@58405 -
This commit is contained in:
parent
0047815cdd
commit
431fc203c9
@ -12,8 +12,8 @@
|
||||
unit CarbonBars;
|
||||
|
||||
{$mode objfpc}{$H+}
|
||||
{$IFNDEF i386}
|
||||
{$ERROR only i386 is supported}
|
||||
{$IFNDEF cpui386}
|
||||
{$ERROR only cpu i386 is supported}
|
||||
{$ENDIF}
|
||||
|
||||
interface
|
||||
|
@ -22,8 +22,8 @@ unit Interfaces;
|
||||
{$IFNDEF CARBON}
|
||||
{$ERROR wrong interfaces source}
|
||||
{$ENDIF}
|
||||
{$IFNDEF i386}
|
||||
{$ERROR only i386 is supported}
|
||||
{$IFNDEF cpui386}
|
||||
{$ERROR only cpu i386 is supported}
|
||||
{$ENDIF}
|
||||
|
||||
interface
|
||||
|
Loading…
Reference in New Issue
Block a user