From f77ccb5b8d889c366415324fe9fcaaf24556df79 Mon Sep 17 00:00:00 2001 From: liquidaty Date: Tue, 29 Oct 2024 14:48:53 -0700 Subject: [PATCH] by default, but sheet extension example --- app/ext_example/Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/app/ext_example/Makefile b/app/ext_example/Makefile index bea4c859..1a9ddce6 100644 --- a/app/ext_example/Makefile +++ b/app/ext_example/Makefile @@ -46,6 +46,10 @@ else endif CFLAGS+= ${CFLAGS_PIC} +ifeq ($(ZSVSHEET_BUILD),1) + CFLAGS+=-DZSVSHEET_BUILD +endif + ifeq ($(ZSV_EXTRAS),1) CFLAGS+= -DZSV_EXTRAS endif