mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-08 02:09:48 +03:00
festival: fix path in AUTOTARGETS (broken by r23330)
This commit is contained in:
@@ -17,5 +17,5 @@ FESTIVAL_MAKE_OPT = CC=$(TARGET_CC) CXX=$(TARGET_CXX)
|
||||
|
||||
FESTIVAL_DEPENDENCIES = uclibc alsa-lib speech-tools
|
||||
|
||||
$(eval $(call AUTOTARGETS,package/festival,festival))
|
||||
$(eval $(call AUTOTARGETS,package/audio/festival,festival))
|
||||
|
||||
|
||||
@@ -16,5 +16,5 @@ SPEECH_TOOLS_MAKE_OPT = CC=$(TARGET_CC) CXX=$(TARGET_CXX)
|
||||
|
||||
SPEECH_TOOLS_DEPENDENCIES = uclibc ncurses
|
||||
|
||||
$(eval $(call AUTOTARGETS,package/festival,speech-tools))
|
||||
$(eval $(call AUTOTARGETS,package/audio/festival,speech-tools))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user