X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fstaticlibrary.cpp;h=8e3950f7d97eea35e62c805fa99540f2c6b1d411;hb=5c25b76c7263b2a8ac01c863e438592c6287758a;hp=f63eb166e707cf9908190eeb276a29beec7b14ad;hpb=968db78efd29b1f4890068693728299b2c7c92c7;p=builder.git diff --git a/source/staticlibrary.cpp b/source/staticlibrary.cpp index f63eb16..8e3950f 100644 --- a/source/staticlibrary.cpp +++ b/source/staticlibrary.cpp @@ -16,7 +16,7 @@ StaticLibrary::StaticLibrary(Builder &b, const Component &c, const list::const_iterator i=objs.begin(); i!=objs.end(); ++i) - add_depend(*i); + add_depend(**i); install_location = "lib"; }