Skip to content

Commit

Permalink
by default, build sheet extension example (#249)
Browse files Browse the repository at this point in the history
  • Loading branch information
liquidaty authored Oct 29, 2024
1 parent b3ab4f0 commit 2e2854d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions app/ext_example/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2e2854d

Please sign in to comment.