]> sigrok.org Git - sigrok-util.git/commit
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)
commitd8a9354ea503b0f63a370024ce19df6be7d07534
tree4388612487272175db26c68c443f2e7e0ab4387a
parentc38bb0752199e36a393cd26d58de08012a5e5727
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.
cross-compile/android/sigrok-cross-android