Skip to content
Snippets Groups Projects
Commit 4c42e2d9 authored by Rosen Penev's avatar Rosen Penev Committed by Hauke Mehrtens
Browse files

include/meson: fix host build directory


When using a non default MESON_HOST_BUILD_DIR, HOST_BUILD_DIR is not
appropriate to use. This change matches the target configure section.

Signed-off-by: default avatarRosen Penev <rosenp@gmail.com>
parent 8cfce165
No related branches found
No related tags found
No related merge requests found
......@@ -98,7 +98,7 @@ define Host/Configure/Meson
--native-file $(HOST_BUILD_DIR)/openwrt-native.txt \
$(MESON_HOST_ARGS) \
$(MESON_HOST_BUILD_DIR) \
$(HOST_BUILD_DIR), \
$(MESON_HOST_BUILD_DIR)/.., \
$(MESON_HOST_VARS))
endef
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment