X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fbinary.cpp;h=fcf30f1d1fca03170f868ac7423ced7d37605683;hb=42d80b43a463627e0e7edf6df3be9bd4b976d74c;hp=448292cf051a5899412ba89329888053312276cc;hpb=8f8f10fe41bbb68866e8fb05f8cbab0b325dc7da;p=builder.git diff --git a/source/binary.cpp b/source/binary.cpp index 448292c..fcf30f1 100644 --- a/source/binary.cpp +++ b/source/binary.cpp @@ -59,6 +59,8 @@ void Binary::find_dependencies() { static_binfo.libpath.insert(static_binfo.libpath.end(), binfo.libpath.begin(), binfo.libpath.end()); static_binfo.keep_symbols.insert(static_binfo.keep_symbols.end(), binfo.keep_symbols.begin(), binfo.keep_symbols.end()); + if(binfo.threads) + static_binfo.threads = true; } list::iterator insert_pos = j;