
13 Mar
2013
13 Mar
'13
12:52 p.m.
My user-config.jam is unchanged from what you provided for me:
import os ;
if [ os.name ] = CYGWIN || [ os.name ] = NT { androidPlatform = windows ; }
androidNDKRoot = /cygdrive/c/Android/android-ndk-r8d ; cxxSource = /cygdrive/c/Android/boost-custom/boost_1_53_0/ndk-cxx ;
Why cygdrive? The recent NDK does not use cygwin, the paths should be windows path - just like in the example I provided!