python: remove Host/Install rule default add
I just found out that, that the BUILD_VARIANT var is not set for the host build, so technically this code would never get used. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
This commit is contained in:
parent
1c12cb686f
commit
ed5cd3e2ce
1 changed files with 0 additions and 9 deletions
|
@ -84,13 +84,4 @@ define HostPy/Compile/Default
|
||||||
)
|
)
|
||||||
endef
|
endef
|
||||||
|
|
||||||
ifeq ($(BUILD_VARIANT),python)
|
|
||||||
define Host/Compile
|
|
||||||
$(call HostPy/Compile/Default)
|
|
||||||
endef
|
|
||||||
|
|
||||||
define Host/Install
|
|
||||||
endef
|
|
||||||
endif # python
|
|
||||||
|
|
||||||
endif # __python_host_mk_inc
|
endif # __python_host_mk_inc
|
||||||
|
|
Loading…
Reference in a new issue