]> git.tdb.fi Git - builder.git/blobdiff - source/binarypackage.cpp
Convert all list containers to vectors
[builder.git] / source / binarypackage.cpp
index c0d688afdbb45532f7368d0d2bbb8065ac34301e..66d1225f81b0643cea6eb4dd384c53366aa90690 100644 (file)
@@ -60,7 +60,7 @@ void BinaryPackage::do_prepare()
        bool has_relative_paths = any_of(export_binfo.libpath.begin(), export_binfo.libpath.end(), is_relative) ||
                any_of(export_binfo.incpath.begin(), export_binfo.incpath.end(), is_relative);
 
-       list<FS::Path> bases;
+       vector<FS::Path> bases;
 
        /* If we have any relative paths that need resolving, or we have no paths at
        all and are not using pkg-config, look for files in prefix */