mirror of
https://github.com/mudler/LocalAI.git
synced 2025-02-06 11:10:31 +00:00
fix: fix makefile error
Signed-off-by: Ettore Di Giacinto <mudler@localai.io>
This commit is contained in:
parent
189cb3a7be
commit
7f3de3ca4a
4
Makefile
4
Makefile
@ -99,10 +99,6 @@ ifeq ($(findstring tts,$(GO_TAGS)),tts)
|
|||||||
OPTIONAL_TARGETS+=go-piper/libpiper_binding.a
|
OPTIONAL_TARGETS+=go-piper/libpiper_binding.a
|
||||||
OPTIONAL_TARGETS+=backend-assets/espeak-ng-data
|
OPTIONAL_TARGETS+=backend-assets/espeak-ng-data
|
||||||
OPTIONAL_GRPC+=backend-assets/grpc/piper
|
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
|
endif
|
||||||
|
|
||||||
.PHONY: all test build vendor
|
.PHONY: all test build vendor
|
||||||
|
Loading…
x
Reference in New Issue
Block a user