summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2016-01-20 15:25:01 +0000
committerVincent Sanders <vince@kyllikki.org>2016-01-20 15:25:01 +0000
commit825a412308974f64b64804ee18cdbade3832c8ea (patch)
tree2d272d4f09d5cc78fcbe8686d097aa1291f4df42 /Makefile
parent6037f3a30fd6bf78eee1276d2720ed6ce636c242 (diff)
downloadlibutf8proc-825a412308974f64b64804ee18cdbade3832c8ea.tar.gz
libutf8proc-825a412308974f64b64804ee18cdbade3832c8ea.tar.bz2
Add missing compiler flag that prevents compilation on win32
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 716d9fa..6f6b2f4 100644
--- a/Makefile
+++ b/Makefile
@@ -24,6 +24,7 @@ WARNFLAGS := -Wall -W -Wundef -Wpointer-arith -Wcast-align \
-Wmissing-declarations -Wnested-externs
CFLAGS := -I$(CURDIR)/include/libutf8proc/ -I$(CURDIR)/src \
+ -DUTF8PROC_EXPORTS \
$(WARNFLAGS) $(CFLAGS)
ifneq ($(GCCVER),2)
CFLAGS := $(CFLAGS) -std=c99