git-svn-id: trunk@13675 -
@@ -63,10 +63,15 @@ const
{$endif}
{$ENDIF}
{$else}
- {$ifdef UseCustomLibs}
- LIB_CAIRO = '';
+ {$ifdef darwin}
+ LIB_CAIRO = 'cairo';
+ {$linklib cairo}
- LIB_CAIRO = 'libcairo.so.2';
+ {$ifdef UseCustomLibs}
+ LIB_CAIRO = '';
+ {$else}
+ LIB_CAIRO = 'libcairo.so.2';
+ {$endif}