X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;ds=inline;f=source%2Fandroidcxxcompiler.cpp;h=bdcbad92b79eced428660b90073abfe514cfc88b;hb=24b18c22c2b57bf7dc4ac024aca97f9c197445ec;hp=04970ad2342e097220baaee330937768b1c95585;hpb=cee450d7cc932811b0d119a132bc9981eb480584;p=builder.git diff --git a/source/androidcxxcompiler.cpp b/source/androidcxxcompiler.cpp index 04970ad..bdcbad9 100644 --- a/source/androidcxxcompiler.cpp +++ b/source/androidcxxcompiler.cpp @@ -11,7 +11,7 @@ AndroidCxxCompiler::AndroidCxxCompiler(Builder &b, const Architecture &a, const { set_command((ndk.get_bin_dir()/command).str()); build_info.incpath.insert(build_info.incpath.end(), system_path.begin(), system_path.end()); - build_info.libs.push_back("gnustl_shared"); + build_info.libs.push_back("gnustl_static"); } void AndroidCxxCompiler::do_prepare()