Index: Makefile |
diff --git a/Makefile b/Makefile |
index 4817d500b1691ea60a19327977429d83bea277dd..c3354ff66d21f613a454d9ba0bbe74c1ce48c8c6 100644 |
--- a/Makefile |
+++ b/Makefile |
@@ -30,8 +30,10 @@ DEFINES += -DSK_SUPPORT_LCDTEXT |
ifeq ($(SKIA_PDF_SUPPORT),true) |
DEFINES += -DSK_SUPPORT_PDF |
+ifneq ($(SKIA_DEBUG),true) |
DEFINES += -DSK_ZLIB_INCLUDE="<zlib.h>" |
endif |
+endif |
# start with the core (required) |
include src/core/core_files.mk |