]> git.tdb.fi Git - builder.git/blobdiff - source/pkgconfiggenerator.cpp
Delay locating tool executables until the tool is needed
[builder.git] / source / pkgconfiggenerator.cpp
index b4ba545249110d1340bf0bb99460bb07cea51458..677ef9bed27032cae00389f38a0e57b9db2559eb 100644 (file)
@@ -13,7 +13,7 @@ PkgConfigGenerator::PkgConfigGenerator(Builder &b):
 {
 }
 
-Target *PkgConfigGenerator::create_target(const list<Target *> &, const string &) const
+Target *PkgConfigGenerator::create_target(const list<Target *> &, const string &)
 {
        throw logic_error("Not implemented");
 }