python: add _PYTHON_HOST_PLATFORM env var when cross-compiling C extensions
authorAlexandru Ardelean <ardeleanalex@gmail.com>
Sun, 19 Oct 2014 18:17:33 +0000 (21:17 +0300)
committerAlexandru Ardelean <ardeleanalex@gmail.com>
Sun, 19 Oct 2014 19:33:08 +0000 (22:33 +0300)
commit0141057a59d86cccc7550d0ccbb6f42ed12b41a0
treefec13d11c05729a73f441c9092617eebfd704977
parenta1f86a6870875fca8f288df01ed283927c544a69
python: add _PYTHON_HOST_PLATFORM env var when cross-compiling C extensions

This mostly helps to avoid confusion when modules are cross-compiled.
Otherwise build folders are named with the host's platform name.

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
lang/python/files/python-package.mk