From: Marcus Comstedt Date: Sun, 2 Nov 2014 22:50:03 +0000 (+0100) Subject: sigrok-cross-android: Set host platform in PYTHON_FOR_BUILD X-Git-Url: https://sigrok.org/gitweb/?p=sigrok-util.git;a=commitdiff_plain;h=d8a9354ea503b0f63a370024ce19df6be7d07534;hp=d8a9354ea503b0f63a370024ce19df6be7d07534 sigrok-cross-android: Set host platform in PYTHON_FOR_BUILD Unless _PYTHON_HOST_PLATFORM is set, setup.py will fail to detect that this is a cross build, leading to dynamic modules being flagged as "failed" because they don't load on the build system. Set _PYTHON_HOST_PLATFORM in the same way it is done in the default setting of PYTHON_FOR_BUILD. ---