X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fgnucompiler.cpp;h=26570c702602978a286d9c146a689b5fe515d9e8;hb=8b133e26e29abbe79886c47d57637eb18ea9cb24;hp=2928cbfe21b30c88ea0b1d8a538ade7449b2f443;hpb=44c71b05ff282b3ce5a2d71c0f14eed97bfefea6;p=builder.git diff --git a/source/gnucompiler.cpp b/source/gnucompiler.cpp index 2928cbf..26570c7 100644 --- a/source/gnucompiler.cpp +++ b/source/gnucompiler.cpp @@ -162,7 +162,7 @@ void GnuCompiler::prepare_syspath() else if(architecture->is_native()) system_path.push_back("/usr/include"); else - system_path.push_back("/usr/"+architecture->get_cross_prefix()+"/include"); + system_path.push_back(format("/usr/%s/include", architecture->get_cross_prefix())); } }