mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-21 00:09:33 +02:00
* update library name of openssl to work on darwin/macosX too
git-svn-id: trunk@7885 -
This commit is contained in:
parent
4ea8448c6d
commit
08df36af82
@ -75,8 +75,8 @@ var
|
|||||||
DLLSSLName2: string = 'libssl32.dll';
|
DLLSSLName2: string = 'libssl32.dll';
|
||||||
DLLUtilName: string = 'libeay32.dll';
|
DLLUtilName: string = 'libeay32.dll';
|
||||||
{$ELSE}
|
{$ELSE}
|
||||||
DLLSSLName: string = 'libssl.so';
|
DLLSSLName: string = 'libssl';
|
||||||
DLLUtilName: string = 'libcrypto.so';
|
DLLUtilName: string = 'libcrypto';
|
||||||
{$ENDIF}
|
{$ENDIF}
|
||||||
|
|
||||||
type
|
type
|
||||||
|
Loading…
Reference in New Issue
Block a user