mirror of
https://git.busybox.net/buildroot.git
synced 2025-01-22 12:23:27 +08:00
flex: unbreak host build after auto-host-deps change
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
parent
9e7663e299
commit
f009b7b93e
@ -14,6 +14,8 @@ FLEX_INSTALL_STAGING = YES
|
||||
FLEX_DEPENDENCIES = \
|
||||
$(if $(BR2_PACKAGE_GETTEXT),gettext) \
|
||||
$(if $(BR2_PACKAGE_LIBINTL),libintl)
|
||||
# we don't have a host-gettext/libintl
|
||||
HOST_FLEX_DEPENDENCIES =
|
||||
|
||||
# lex -> flex
|
||||
define FLEX_INSTALL_LEX
|
||||
|
Loading…
Reference in New Issue
Block a user