]> git.tdb.fi Git - builder.git/blobdiff - source/executable.cpp
Adapt to changes in msppath
[builder.git] / source / executable.cpp
index 0cae259f8b7b755bf74da0913a516ecafbd7d09a..076728c833ae81c5f2a35d0f9035f84406b3f098 100644 (file)
@@ -60,7 +60,7 @@ void Executable::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, Path::basename(name)));
+                               builder.problem(comp.get_package().get_name(), format("Couldn't find library %s for %s", *i, basename(name)));
                }
        }