]> git.tdb.fi Git - builder.git/blobdiff - source/pkgconfig.cpp
Remove the buildable flag and instead check for tool being non-null
[builder.git] / source / pkgconfig.cpp
index cfac2cded1e1712e304d94bdf6944a69cbeed560..9c5b7209beccdc65dc8898004ccbe27b1970775b 100644 (file)
@@ -5,7 +5,6 @@
 PkgConfig::PkgConfig(Builder &b, const SourcePackage &p):
        FileTarget(b, &p, p.get_source()/(p.get_name()+".pc"))
 {
-       buildable = true;
        tool = &builder.get_toolchain().get_tool("PCG");
 
        install_location = "lib/pkgconfig";