|
@@ -18,7 +18,7 @@ const
|
|
pcrelibname = 'libpcre2-16.so.0';
|
|
pcrelibname = 'libpcre2-16.so.0';
|
|
{$ELSE}
|
|
{$ELSE}
|
|
{$IFDEF windows}
|
|
{$IFDEF windows}
|
|
- pcrelibname = 'libpcre16-0.dll'; // As used in Mingw64
|
|
|
|
|
|
+ pcrelibname = 'libpcre2-16-0.dll'; // As used in Mingw64
|
|
{$ELSE}
|
|
{$ELSE}
|
|
{$ERROR: platform not supported by pcre}
|
|
{$ERROR: platform not supported by pcre}
|
|
{$ENDIF}
|
|
{$ENDIF}
|