X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;ds=sidebyside;f=source%2Fstaticlibrary.cpp;h=13c4e6798bbc519f100f7bde175f1dceecabdf8c;hb=40177b0cfc0d4e67f971941f632e4f1f7e7c3f88;hp=f69f98f85fd141e7e0a386d7be01c6c3bf44780e;hpb=338eefb513953ae55e8e3614c009c242ba8ad74e;p=builder.git diff --git a/source/staticlibrary.cpp b/source/staticlibrary.cpp index f69f98f..13c4e67 100644 --- a/source/staticlibrary.cpp +++ b/source/staticlibrary.cpp @@ -10,9 +10,10 @@ StaticLibrary::StaticLibrary(Builder &b, const Component &c, const list::const_iterator i=objs.begin(); i!=objs.end(); ++i) add_depend(*i); + + install_location = "lib"; } Msp::FS::Path StaticLibrary::generate_target_path(const Component &c)