From f72f26b6fbbec203544ffdd02a1cdc2120d4aadc Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Wed, 20 Jan 2016 16:59:23 +0000 Subject: Fix windows build symbol names This allows windows apps to link against the static libutf8proc builds. I think that the actual fix is to sort out why the header is misdefining the dll export and import macros. --- libutf8proc.pc.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libutf8proc.pc.in b/libutf8proc.pc.in index f4645c0..be03a5a 100644 --- a/libutf8proc.pc.in +++ b/libutf8proc.pc.in @@ -7,4 +7,4 @@ Name: libutf8proc Description: UTF8 processing Version: VERSION Libs: -L${libdir} -lutf8proc -Cflags: -I${includedir} +Cflags: -I${includedir} -DUTF8PROC_EXPORTS -- cgit v1.2.3