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: include python*-package.mk irespective of DUMP env var
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
lilik-openwrt-22.03
Alexandru Ardelean
10 years ago
parent
b49c17d6c7
commit
9cdea1ba38
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
lang/python/Makefile
+ 1
- 1
lang/python/Makefile
View File
@ -8,7 +8,7 @@
i
n
c
l
u
d
e
$(
TOPDIR
)
/
r
u
l
e
s
.
m
k
# The file included below defines PYTHON_VERSION
-
i
n
c
l
u
d
e
$(
if
$
(
DUMP
)
,,./
files
/
python
-
package
.
mk
)
i
n
c
l
u
d
e
.
/
f
i
l
e
s
/
p
y
t
h
o
n
-
p
a
c
k
a
g
e
.
m
k
PKG_NAME
:=
python
PKG_VERSION
:=
$(
PYTHON_VERSION
)
.
$(
PYTHON_VERSION_MICRO
)
Write
Preview
Loading…
Cancel
Save