mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-05-31 05:12:31 +02:00
lcl: fixed typo
git-svn-id: trunk@29627 -
This commit is contained in:
parent
89a95ef754
commit
bc73d24d7e
@ -34,7 +34,7 @@ else if LCLWidgetType='carbon' then begin
|
||||
+base+'pascocoa/foundation';
|
||||
IncPath := UnitPath;
|
||||
end else if LCLWidgetType='cocoa' then begin
|
||||
CustomOptions := '-dcocoa'
|
||||
CustomOptions := '-dcocoa';
|
||||
end else if LCLWidgetType='wince' then begin
|
||||
CustomOptions := '-dDisableChecks';
|
||||
end else if LCLWidgetType='fpgui' then begin
|
||||
|
Loading…
Reference in New Issue
Block a user