X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Flib%2Fimportlibrary.cpp;h=8fa42f70f8a0f4108ea1f93befac372628027fe7;hb=d068c62aac1825a0da5619dc4ca50ce3186bc37a;hp=190b079c1a05b3e23c32f79f306eb2aa41b076c2;hpb=e64433e6b1cf01fdfcf8e468e735c090a957253b;p=builder.git diff --git a/source/lib/importlibrary.cpp b/source/lib/importlibrary.cpp index 190b079..8fa42f7 100644 --- a/source/lib/importlibrary.cpp +++ b/source/lib/importlibrary.cpp @@ -18,13 +18,6 @@ ImportLibrary::ImportLibrary(Builder &b, const Component &c, SharedLibrary &sl): shared_lib->set_import_library(this); install_location = "lib"; - - const string &version = component->get_package().get_interface_version(); - if(!version.empty()) - { - const Architecture &arch = builder.get_current_arch(); - install_filename = arch.create_filename(format("%s-%s", sl.get_libname(), version)); - } } string ImportLibrary::generate_filename(const Component &comp, const SharedLibrary &sl)