# HG changeset patch # User Matti Hamalainen # Date 1503148153 -10800 # Node ID ed71c8bbeb765aea0bb82e4c2b02774e4ba527b1 # Parent 8a604636b077463e99c630053692820533934bb6 Build fixes. diff -r 8a604636b077 -r ed71c8bbeb76 config.mak --- a/config.mak Sat Aug 19 15:54:14 2017 +0300 +++ b/config.mak Sat Aug 19 16:09:13 2017 +0300 @@ -42,7 +42,9 @@ DM_USE_TREMOR=no DM_USE_PACKFS=yes +ifeq ($(DM_DEBUG),yes) DM_USE_STDIO=yes +endif DM_USE_MEMIO=no DM_GFX_BM_TEXT=yes