Browse Source

python3: 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
commit
e4d94961c3
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      lang/python3/Makefile

+ 1
- 1
lang/python3/Makefile View File

@ -8,7 +8,7 @@
include $(TOPDIR)/rules.mk
# The file included below defines PYTHON_VERSION
-include $(if $(DUMP),,./files/python3-package.mk)
include ./files/python3-package.mk
PKG_NAME:=python3
PKG_RELEASE:=1


Loading…
Cancel
Save