mirror of
https://github.com/openwrt/packages.git
synced 2025-12-22 08:14:32 +04:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user