commit ed5cd3e2ced80cbdde5c18b74a0aceec1f38867c
parent 1c12cb686f03c27327c8f7cfd194424fec192faf
Author: Alexandru Ardelean <ardeleanalex@gmail.com>
Date: Fri, 6 Jan 2017 16:46:39 +0200
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>
Diffstat:
1 file changed, 0 insertions(+), 9 deletions(-)
diff --git a/lang/python/files/python-host.mk b/lang/python/files/python-host.mk
@@ -84,13 +84,4 @@ define HostPy/Compile/Default
)
endef
-ifeq ($(BUILD_VARIANT),python)
-define Host/Compile
- $(call HostPy/Compile/Default)
-endef
-
-define Host/Install
-endef
-endif # python
-
endif # __python_host_mk_inc