diff options
author | Alexandru Ardelean <ardeleanalex@gmail.com> | 2017-01-06 16:46:39 +0200 |
---|---|---|
committer | Alexandru Ardelean <ardeleanalex@gmail.com> | 2017-01-11 11:02:24 +0200 |
commit | ed5cd3e2ced80cbdde5c18b74a0aceec1f38867c (patch) | |
tree | 9f59c5d55941293399967dc034304e022785aa30 | |
parent | 1c12cb686f03c27327c8f7cfd194424fec192faf (diff) |
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>
-rw-r--r-- | lang/python/files/python-host.mk | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/lang/python/files/python-host.mk b/lang/python/files/python-host.mk index 7833a0c73..945a2ef65 100644 --- 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 |