X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fandroidcxxcompiler.cpp;fp=source%2Fandroidcxxcompiler.cpp;h=bdcbad92b79eced428660b90073abfe514cfc88b;hb=b885b8cafa2538213fad595aa71203e2f0fc00b1;hp=04970ad2342e097220baaee330937768b1c95585;hpb=0da6bc8b63c423167e0c34dced67ec0c0a3fe12c;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()