diff --git a/lang/python/Makefile b/lang/python/Makefile index bab6ce335..8573d76bd 100644 --- a/lang/python/Makefile +++ b/lang/python/Makefile @@ -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