summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--core/mk/pkg-macros/configure.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/mk/pkg-macros/configure.mk b/core/mk/pkg-macros/configure.mk
index 710bc80..e0d2577 100644
--- a/core/mk/pkg-macros/configure.mk
+++ b/core/mk/pkg-macros/configure.mk
@@ -145,6 +145,7 @@ define embtk_configure_hostpkg
$(Q)cd $(__embtk_pkg_builddir); \
CPPFLAGS="$(__embtk_pkg_cppflags) $(__embtk_hostpkg_cppflags)" \
$(if $(__embtk_pkg_cflags),CFLAGS="$(__embtk_pkg_cflags)") \
+ $(if $(__embtk_pkg_cxxflags),CXXFLAGS="$(__embtk_pkg_cxxflags)") \
LDFLAGS="$(__embtk_hostpkg_ldflags)" \
PKG_CONFIG="$(PKGCONFIG_BIN)" \
PKG_CONFIG_PATH="$(EMBTK_HOST_PKG_CONFIG_PATH)" \