|
@@ -81,6 +81,7 @@ define PKG_MESON_CROSSCONFIG_SED
|
|
|
-e "s%@TARGET_CXXFLAGS@%$(call make-sq-comma-list,$($(strip $(2))))%g" \
|
|
|
-e "s%@BR2_CMAKE@%$(BR2_CMAKE)%g" \
|
|
|
-e "s%@PKGCONF_HOST_BINARY@%$(HOST_DIR)/bin/pkgconf%g" \
|
|
|
+ -e "s%@HOST_DIR@%$(HOST_DIR)%g" \
|
|
|
-e "s%@STAGING_DIR@%$(STAGING_DIR)%g" \
|
|
|
-e "s%@STATIC@%$(if $(BR2_STATIC_LIBS),true,false)%g" \
|
|
|
$(TOPDIR)/support/misc/cross-compilation.conf.in
|