Fixed build of delta update tools

pull/203/head
Daniele Lacamera 2022-05-20 09:11:28 +02:00
parent 80caddb1be
commit 49946a15f9
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
all: bmdiff bmpatch
CFLAGS+=-Wall -Werror -Wextra
CFLAGS+=-Wall -Werror -Wextra -DDELTA_UPDATES
ifeq ($(HASH),SHA3)
WOLFCRYPT_OBJS+=./lib/wolfssl/wolfcrypt/src/sha3.o