diff options
Diffstat (limited to 'src/OS')
-rw-r--r-- | src/OS/Makefile-Default | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/OS/Makefile-Default b/src/OS/Makefile-Default index 41a4dbbdf..6e42db471 100644 --- a/src/OS/Makefile-Default +++ b/src/OS/Makefile-Default @@ -89,7 +89,7 @@ CC=gcc # PCRE_LIBS contains the library to be linked for PCRE -PCRE_LIBS=-lpcre +PCRE_LIBS=-lpcre2-8 # LIBS and EXTRALIBS contain library settings that are used on linking |