]> git.tdb.fi Git - builder.git/blobdiff - source/binary.cpp
Make the name of a FileTarget be its basename instead of full path
[builder.git] / source / binary.cpp
index e82b65aaecb77048b126261c5a2cb6a444d3d24d..590471f3a0f75e286f55c6afd4f04f2c62a4b447 100644 (file)
@@ -59,7 +59,7 @@ void Binary::find_depends()
                                        queue.push_back(&stlib->get_component());
                        }
                        else
-                               builder.problem(comp.get_package().get_name(), format("Couldn't find library %s for %s", *i, FS::basename(name)));
+                               builder.problem(comp.get_package().get_name(), format("Couldn't find library %s for %s", *i, name));
                }
        }