X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fpkgconfig.cpp;h=9c5b7209beccdc65dc8898004ccbe27b1970775b;hb=b818bf324c0c6c379ba2e695834eedb784a68929;hp=cfac2cded1e1712e304d94bdf6944a69cbeed560;hpb=172db6b81ecc2aa418729a6815b9134a685545fc;p=builder.git diff --git a/source/pkgconfig.cpp b/source/pkgconfig.cpp index cfac2cd..9c5b720 100644 --- a/source/pkgconfig.cpp +++ b/source/pkgconfig.cpp @@ -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";