python: fix HostPython host/target selection

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
This commit is contained in:
Alexandru Ardelean
2015-12-11 17:13:21 +02:00
parent b01a391c5e
commit 779643e358
2 changed files with 11 additions and 9 deletions

View File

@@ -105,8 +105,6 @@ define Build/Compile/PyMod
$(3) \
, \
./setup.py $(2) \
, \
$(PYTHONPATH) \
)
find $(PKG_INSTALL_DIR) -name "*\.pyc" -o -name "*\.pyo" | xargs rm -f
endef