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
commit 48ef84ccef
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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