Browse Source

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>
lilik-openwrt-22.03
Alexandru Ardelean 8 years ago
parent
commit
ed5cd3e2ce
1 changed files with 0 additions and 9 deletions
  1. +0
    -9
      lang/python/files/python-host.mk

+ 0
- 9
lang/python/files/python-host.mk View File

@ -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

Loading…
Cancel
Save