This website works better with JavaScript.
Home
Help
Sign In
LILiK
/
openwrt-packages-dist
Watch
5
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
python: add HOST_PYTHON_LIB_DIR variable to python-package.mk
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
lilik-openwrt-22.03
Alexandru Ardelean
10 years ago
committed by
Alexandru Ardelean
parent
38a72bab1f
commit
283b3597b7
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
lang/python/files/python-package.mk
+ 1
- 0
lang/python/files/python-package.mk
View File
@ -17,6 +17,7 @@ PYTHON_PKG_DIR:=/usr/lib/python$(PYTHON_VERSION)/site-packages
PYTHON
:=
python
$(
PYTHON_VERSION
)
HOST_PYTHON_LIB_DIR
:=
$(
STAGING_DIR_HOST
)
/lib/python
$(
PYTHON_VERSION
)
HOST_PYTHON_BIN
:=
$(
STAGING_DIR_HOST
)
/bin/python2
d
e
f
i
n
e
H
o
s
t
P
y
t
h
o
n
Write
Preview
Loading…
Cancel
Save