X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fcomponent.cpp;h=9262af3320c97245318351acf01fbdf177285fe5;hb=a116ad9af4a6a75093f6e1c3603d16b397833154;hp=72cdf7833facb134303aa90a2e25352e8b8dc7f5;hpb=abb2336c34b94abc0508a00f07afdf85d7c78951;p=builder.git diff --git a/source/component.cpp b/source/component.cpp index 72cdf78..9262af3 100644 --- a/source/component.cpp +++ b/source/component.cpp @@ -66,6 +66,10 @@ void Component::create_build_info() for(BuildInfo::PathList::iterator i=build_info.libpath.begin(); i!=build_info.libpath.end(); ++i) *i = (pkg.get_source() / *i).str(); + if(type==LIBRARY || type==MODULE) + if(build_info.libmode