X-Git-Url: http://git.tdb.fi/?p=builder.git;a=blobdiff_plain;f=source%2Flib%2Fsharedlibrary.cpp;fp=source%2Flib%2Fsharedlibrary.cpp;h=7be3a89370a121f511b756a253e608128d7053e7;hp=bd8ee260530ce6c226f54ddb74295d4f83dda3e1;hb=ccc68e3d1097f5e4f9fc17e84901986a77aa6cb2;hpb=df81c0b33cdd48b7c5665cfb9962334e78fce5b5 diff --git a/source/lib/sharedlibrary.cpp b/source/lib/sharedlibrary.cpp index bd8ee26..7be3a89 100644 --- a/source/lib/sharedlibrary.cpp +++ b/source/lib/sharedlibrary.cpp @@ -20,8 +20,7 @@ SharedLibrary::SharedLibrary(Builder &b, const Msp::FS::Path &p): SharedLibrary::SharedLibrary(Builder &b, const Component &c, const vector &objs): Binary(b, c, generate_filename(c), objs), - libname(c.get_name()), - import_lib(0) + libname(c.get_name()) { const string &lib_prefix = builder.get_current_arch().get_patterns().front().get_prefix(); if(!libname.compare(0, lib_prefix.size(), lib_prefix))