summaryrefslogtreecommitdiff
path: root/src/share
diff options
context:
space:
mode:
Diffstat (limited to 'src/share')
-rw-r--r--src/share/utf8/Makefile.lite4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/share/utf8/Makefile.lite b/src/share/utf8/Makefile.lite
index a0358022..65b0a5d3 100644
--- a/src/share/utf8/Makefile.lite
+++ b/src/share/utf8/Makefile.lite
@@ -5,7 +5,11 @@
topdir = ../../..
LIB_NAME = libutf8
+ifeq ($(DARWIN_BUILD),yes)
INCLUDES = -I$(topdir)/include -I$(topdir)/include/share -I$(ICONV_INCLUDE_DIR)
+else
+INCLUDES = -I$(topdir)/include -I$(topdir)/include/share
+endif
SRCS_C = \
charset.c \