diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |