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,python3: include host-build.mk in python-host.mk & python3-package.mk
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
lilik-openwrt-22.03
Alexandru Ardelean
8 years ago
parent
066b6319c9
commit
e54d296a53
2 changed files
with
6 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-0
lang/python/files/python-host.mk
+3
-0
lang/python3/files/python3-package.mk
+ 3
- 0
lang/python/files/python-host.mk
View File
@ -5,6 +5,9 @@
# See /LICENSE for more information.
#
# For HOST_BUILD_PREFIX
i
n
c
l
u
d
e
$(
INCLUDE_DIR
)
/
h
o
s
t
-
b
u
i
l
d
.
m
k
HOST_PYTHON_DIR
:=
$(
HOST_BUILD_PREFIX
)
HOST_PYTHON_INC_DIR
:=
$(
HOST_PYTHON_DIR
)
/include/python
$(
PYTHON_VERSION
)
HOST_PYTHON_LIB_DIR
:=
$(
HOST_PYTHON_DIR
)
/lib/python
$(
PYTHON_VERSION
)
+ 3
- 0
lang/python3/files/python3-package.mk
View File
@ -5,6 +5,9 @@
# See /LICENSE for more information.
#
# For HOST_BUILD_PREFIX
i
n
c
l
u
d
e
$(
INCLUDE_DIR
)
/
h
o
s
t
-
b
u
i
l
d
.
m
k
PYTHON3_VERSION_MAJOR
:=
3
PYTHON3_VERSION_MINOR
:=
5
PYTHON3_VERSION_MICRO
:=
2
Write
Preview
Loading…
Cancel
Save