mirror of
https://github.com/openwrt/packages.git
synced 2025-12-22 10:24:31 +04:00
python: fix HostPython host/target selection
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user