summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2016-01-20 16:59:23 +0000
committerVincent Sanders <vince@kyllikki.org>2016-01-20 16:59:23 +0000
commitf72f26b6fbbec203544ffdd02a1cdc2120d4aadc (patch)
treee95a6cbe4a176123ab1edefaec91418daf38bf74
parent825a412308974f64b64804ee18cdbade3832c8ea (diff)
downloadlibutf8proc-f72f26b6fbbec203544ffdd02a1cdc2120d4aadc.tar.gz
libutf8proc-f72f26b6fbbec203544ffdd02a1cdc2120d4aadc.tar.bz2
Fix windows build symbol namesrelease/1.3.1-1
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.
-rw-r--r--libutf8proc.pc.in2
1 files changed, 1 insertions, 1 deletions
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