From 7f3de3ca4aabac33ec6211c2d9fd634c5ae452fd Mon Sep 17 00:00:00 2001 From: Ettore Di Giacinto Date: Sat, 15 Jul 2023 01:19:43 +0200 Subject: [PATCH] fix: fix makefile error Signed-off-by: Ettore Di Giacinto --- Makefile | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Makefile b/Makefile index 9596bcb..639ce7f 100644 --- a/Makefile +++ b/Makefile @@ -99,10 +99,6 @@ ifeq ($(findstring tts,$(GO_TAGS)),tts) OPTIONAL_TARGETS+=go-piper/libpiper_binding.a OPTIONAL_TARGETS+=backend-assets/espeak-ng-data OPTIONAL_GRPC+=backend-assets/grpc/piper -# die if ESPEAK_DATA is not set -ifndef ESPEAK_DATA -$(error ESPEAK_DATA is not set. Espeak data is required for tts) -endif endif .PHONY: all test build vendor