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

+ 1
- 1
devel/meson/meson.mk 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


Loading…
Cancel
Save