I am trying to build a python module for android.
While I can set a compiler with export CC=
, I am not able to do the same for C++ compilers using export CXX=
. It still uses the basic C compiler.
Can anyone help me to figure out how to configure the compilers while building python modules?
Thanks.