Browse Source
Merge pull request #11874 from neheb/meson
meson: allow compilation in a subdirectory
lilik-openwrt-22.03
Rosen Penev
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
devel/meson/meson.mk
|
|
@ -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 |
|
|
|
|
|
|
|