summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorTony Theodore <tonyt@logyst.com>2017-04-03 12:34:23 (GMT)
committerTony Theodore <tonyt@logyst.com>2017-04-03 12:34:23 (GMT)
commit3bc28c15134e6ff1f42eccea29dcac29c1dc1209 (patch)
tree6a9a8baa9e1b4605c22a2b594617a478924573e9 /Makefile
parentefb85f1a73686f95bd53374d90b11a0b23c347a8 (diff)
downloadmxe-3bc28c15134e6ff1f42eccea29dcac29c1dc1209.zip
mxe-3bc28c15134e6ff1f42eccea29dcac29c1dc1209.tar.gz
mxe-3bc28c15134e6ff1f42eccea29dcac29c1dc1209.tar.bz2
build-matrix: fix detection of native virtual packages
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 9c26d65..08b4041 100644
--- a/Makefile
+++ b/Makefile
@@ -873,7 +873,8 @@ docs/build-matrix.html: $(foreach 1,$(PKGS),$(PKG_MAKEFILES))
$(eval $(PKG)_BUILD_ONLY := $(false)) \
<td class="supported">&#x2713;</td>, \
<td class="unsupported">&#x2717;</td>)\n) \
- $(if $(call set_is_member,$(PKG),$($(BUILD)_PKGS)), \
+ $(if $(and $(call set_is_member,$(PKG),$($(BUILD)_PKGS)), \
+ $(value $(call LOOKUP_PKG_RULE,$(PKG),BUILD,$(BUILD)))), \
$(eval $(PKG)_VIRTUAL := $(false)) \
<td class="supported">&#x2713;</td>, \
<td class="unsupported">&#x2717;</td>)\n \