Enable css hack for shake builds

This commit is contained in:
malc 2016-02-29 09:17:16 +03:00
parent cd12817ec6
commit bdb59fac5f

View file

@ -41,7 +41,7 @@ ocamlflagstbln = [("main.cmx", ("-I lablGL", "sed -f pp.sed", ["pp.sed"]))
cflags = "-Wall -Werror -D_GNU_SOURCE -O\
\ -g -std=c99 -pedantic-errors\
\ -Wunused-parameter -Wsign-compare -Wshadow\
\ -DVISAVIS"
\ -DVISAVIS -DCSS_HACK_TO_READ_EPUBS_COMFORTABLY"
++ (if egl then " -DUSE_EGL" else "")
cflagstbl =
[("link.o"