python: update MAKE_FLAGS
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
This commit is contained in:
parent
cc3b0119a7
commit
8623c2942a
1 changed files with 1 additions and 2 deletions
|
@ -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…
Reference in a new issue