]> sigrok.org Git - sigrok-util.git/commitdiff
sigrok-cross-android: Set host platform in PYTHON_FOR_BUILD
authorMarcus Comstedt <redacted>
Sun, 2 Nov 2014 22:50:03 +0000 (23:50 +0100)
committerMarcus Comstedt <redacted>
Sun, 2 Nov 2014 23:06:10 +0000 (00:06 +0100)
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.


No differences found