Merge pull request #11874 from neheb/meson

meson: allow compilation in a subdirectory
This commit is contained in:
Rosen Penev
2020-04-21 21:46:08 -07:00
committed by GitHub

View File

@@ -103,7 +103,7 @@ define Build/Configure/Meson
--cross-file $(PKG_BUILD_DIR)/openwrt-cross.txt \
$(MESON_ARGS) \
$(MESON_BUILD_DIR) \
$(PKG_BUILD_DIR), \
$(MESON_BUILD_DIR)/.., \
$(MESON_VARS))
endef