[Buildroot] [git commit] package/jsoncpp: add host variant
Julien Olivain via buildroot <[email protected]>
| Newsgroups | net.busybox.buildroot |
|---|---|
| Message-ID | <[email protected]> |
commit: https://gitlab.com/buildroot.org/buildroot/-/commit/1c8e2c527e1e83e0db3767accbb7822d1298e8fa branch: https://gitlab.com/buildroot.org/buildroot/-/tree/master Signed-off-by: Dario Binacchi <[email protected]> Reviewed-by: Petr Vorel <[email protected]> Signed-off-by: Julien Olivain <[email protected]> --- package/jsoncpp/jsoncpp.mk | 2 ++ 1 file changed, 2 insertions(+) diff --git a/package/jsoncpp/jsoncpp.mk b/package/jsoncpp/jsoncpp.mk index 7a47277590..99d04db01c 100644 --- a/package/jsoncpp/jsoncpp.mk +++ b/package/jsoncpp/jsoncpp.mk @@ -11,5 +11,7 @@ JSONCPP_LICENSE_FILES = LICENSE JSONCPP_CPE_ID_VALID = YES JSONCPP_INSTALL_STAGING = YES JSONCPP_CONF_OPTS = -Dtests=false +HOST_JSONCPP_CONF_OPTS = -Dtests=false $(eval $(meson-package)) +$(eval $(host-meson-package)) _______________________________________________ buildroot mailing list [email protected] https://lists.buildroot.org/mailman/listinfo/buildroot