summaryrefslogtreecommitdiffabout
Side-by-side diff
Diffstat (more/less context) (ignore whitespace changes)
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 3ee2a59..3c27422 100644
--- a/Makefile
+++ b/Makefile
@@ -95,2 +95,5 @@ CFLAGS += -DCGIT_CACHE_ROOT='"$(CACHE_ROOT)"'
+ifdef NO_ICONV
+ CFLAGS += -DNO_ICONV
+endif