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.
|
This package contains the (almost) full Python install.
|
||||||
endef
|
endef
|
||||||
|
|
||||||
MAKE_FLAGS:=\
|
MAKE_FLAGS+=\
|
||||||
DESTDIR="$(PKG_INSTALL_DIR)" \
|
|
||||||
CROSS_COMPILE=yes \
|
CROSS_COMPILE=yes \
|
||||||
LD="$(TARGET_CC)" \
|
LD="$(TARGET_CC)" \
|
||||||
PGEN=pgen2
|
PGEN=pgen2
|
||||||
|
|
Loading…
Reference in a new issue