X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fimportlibrary.cpp;h=1e6650fdac1ee648ebae4fbf642ef2cf498a1c6e;hb=e4c839cacd8572ade951f4961e8e145d20e0103f;hp=0fb5f72ff88d3628f46723fa5cb09dd3f4dc49a0;hpb=a957405689fafa1afc233182a3756e36ea34281c;p=builder.git diff --git a/source/importlibrary.cpp b/source/importlibrary.cpp index 0fb5f72..1e6650f 100644 --- a/source/importlibrary.cpp +++ b/source/importlibrary.cpp @@ -14,7 +14,7 @@ ImportLibrary::ImportLibrary(Builder &b, const FS::Path &p): { } ImportLibrary::ImportLibrary(Builder &b, const Component &c, SharedLibrary &sl, ExportDefinitions &exp): - FileTarget(b, c.get_package(), c.get_package().get_out_dir()/format("lib%s.dll.a", sl.get_libname())), + FileTarget(b, c.get_package(), c.get_package().get_output_directory()/format("lib%s.dll.a", sl.get_libname())), shared_lib(&sl) { component = &c;