Browse Source

python: update MAKE_FLAGS

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
lilik-openwrt-22.03
Alexandru Ardelean 10 years ago
parent
commit
8623c2942a
1 changed files with 1 additions and 2 deletions
  1. +1
    -2
      lang/python/Makefile

+ 1
- 2
lang/python/Makefile View File

@ -71,8 +71,7 @@ define Package/python/description
This package contains the (almost) full Python install.
endef
MAKE_FLAGS:=\
DESTDIR="$(PKG_INSTALL_DIR)" \
MAKE_FLAGS+=\
CROSS_COMPILE=yes \
LD="$(TARGET_CC)" \
PGEN=pgen2


Loading…
Cancel
Save