mirror of
https://github.com/openwrt/packages.git
synced 2025-12-22 10:24:31 +04:00
Merge pull request #992 from commodo/python-patch-updates
python: patch updates
This commit is contained in:
@@ -25,6 +25,9 @@ define HostPython
|
||||
( export PYTHONPATH="$(PYTHONPATH)"; \
|
||||
export PYTHONOPTIMIZE=""; \
|
||||
export PYTHONDONTWRITEBYTECODE=1; \
|
||||
export _python_sysroot="$(STAGING_DIR)"; \
|
||||
export _python_prefix="/usr"; \
|
||||
export _python_exec_prefix="/usr"; \
|
||||
$(1) \
|
||||
$(HOST_PYTHON_BIN) $(2); \
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user