mirror of
https://git.busybox.net/buildroot.git
synced 2024-11-25 22:43:29 +08:00
libffi: enable host target
libffi is a new requirement for libglib, and as libglib has to be built for the host as well, libffi has to follow. Signed-off-by: Daniel Mack <zonque@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
parent
22acade2ec
commit
d9c35d5cea
@ -32,4 +32,5 @@ endef
|
||||
LIBFFI_POST_INSTALL_TARGET_HOOKS += LIBFFI_MOVE_TARGET_HEADERS
|
||||
|
||||
$(eval $(call AUTOTARGETS))
|
||||
$(eval $(call AUTOTARGETS,host))
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user