summaryrefslogtreecommitdiff
path: root/libpcre2-posix.pc.in
diff options
context:
space:
mode:
authorph10 <ph10@6239d852-aaf2-0410-a92c-79f79f948069>2020-06-22 15:51:19 +0000
committerph10 <ph10@6239d852-aaf2-0410-a92c-79f79f948069>2020-06-22 15:51:19 +0000
commitf2b7cd8e64acbd7298eb0e315cdee043446e00f6 (patch)
tree9b72f0653a685b3f75240ac21b825fd25293a5db /libpcre2-posix.pc.in
parentfab58b10fbeca00d294553d831ce09f5a62c6114 (diff)
downloadpcre2-f2b7cd8e64acbd7298eb0e315cdee043446e00f6.tar.gz
Fix Windows debug builds (Bugzilla #2600) using CMake.
git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@1265 6239d852-aaf2-0410-a92c-79f79f948069
Diffstat (limited to 'libpcre2-posix.pc.in')
-rw-r--r--libpcre2-posix.pc.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/libpcre2-posix.pc.in b/libpcre2-posix.pc.in
index 9641555..758c306 100644
--- a/libpcre2-posix.pc.in
+++ b/libpcre2-posix.pc.in
@@ -8,6 +8,6 @@ includedir=@includedir@
Name: libpcre2-posix
Description: Posix compatible interface to libpcre2-8
Version: @PACKAGE_VERSION@
-Libs: -L${libdir} -lpcre2-posix
+Libs: -L${libdir} -lpcre2-posix@LIB_POSTFIX@
Cflags: -I${includedir} @PCRE2_STATIC_CFLAG@
Requires.private: libpcre2-8