X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fpkgconfig.cpp;fp=source%2Fpkgconfig.cpp;h=9c5b7209beccdc65dc8898004ccbe27b1970775b;hb=f8961a9113477735724a3a5229b9338bc9c0fe2e;hp=cfac2cded1e1712e304d94bdf6944a69cbeed560;hpb=b1f8964a6b466f9b0c86e82706bf9e72133ecfcf;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";