[fpc-devel] /trunk/packages/libfontconfig/src/libfontconfig.pp
Sandro Cumerlato
sandro.cumerlato at gmail.com
Mon Sep 11 18:54:51 CEST 2017
Hello,
in file /trunk/packages/libfontconfig/src/libfontconfig.pp I found the
following code:
---------------------------------------------------------
Const
{$ifdef darwin}
DefaultLibName = 'libfontconfig.so';
{$else}
DefaultLibName = 'libfontconfig.dylib';
{$endif}
---------------------------------------------------------
it sounds strange to me, I would expected the opposite assignment:
---------------------------------------------------------
Const
{$ifdef darwin}
DefaultLibName = 'libfontconfig.dylib';
{$else}
DefaultLibName = 'libfontconfig.so';
{$endif}
---------------------------------------------------------
Am I wrong? Thank you in advance for your clarifications.
Best regards.
Sandro Cumerlato
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freepascal.org/pipermail/fpc-devel/attachments/20170911/48901c01/attachment.html>
More information about the fpc-devel
mailing list