On 17/07/16 01:44, Rene Rivera wrote:
Thank you for help!
Yes, we're using "target-os=android" as b2 command line parameter.
However, something is still unclear. Just to confirm, do you mean
adding "<target-os>android" to "using python" directive in
user-config.jam, right? If yes, where exactly it should be added?
Lets look on our "using python" line:
using python : 3.5 : $PYDIR : $PYDIR/include/python :
$PYDIR/libs/armeabi-v7a ;
Could you please point me where to put "<target-os>android"
exactly? I'm asking this just because it's still unclear for me even
after looking on your commit
(https://github.com/boostorg/build/commit/78ffbe094400d277627b2c19ceb182d637b8baca),
and I know how sensitive bjam to syntax of Jamfiles (even spaces are
important!), so I can easily break everything, and edit-build-run
loop is too long to just try and see.
--
Dmitry Moskalchuk