mirror of
https://github.com/openwrt/packages.git
synced 2025-12-22 12:34:35 +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
|
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
|
||||||
|
|||||||
Reference in New Issue
Block a user