]> git.tdb.fi Git - builder.git/commit
Better incpath logic in AndroidCxxCompiler
authorMikko Rasa <tdb@tdb.fi>
Fri, 10 Oct 2014 10:07:56 +0000 (13:07 +0300)
committerMikko Rasa <tdb@tdb.fi>
Fri, 10 Oct 2014 13:00:12 +0000 (16:00 +0300)
commit3af85a03554609af06e8f182f59f97fbcbb469ec
tree4897c804d638aefaa3b60a4f63655400a6742bb2
parent24b18c22c2b57bf7dc4ac024aca97f9c197445ec
Better incpath logic in AndroidCxxCompiler

Don't expose the private directory through system_path, since programs
are not suppose to #include those files directly.  Also use architecture
to determine which subdir to pick.
source/androidcxxcompiler.cpp