From ae02c68df6f26ff24b008ca047ae7750eeecedac Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Wed, 27 Jan 2016 12:27:54 +0200 Subject: Add support for parsing cpu-vendor-os target triplets --- butl/buildfile | 1 + 1 file changed, 1 insertion(+) (limited to 'butl/buildfile') diff --git a/butl/buildfile b/butl/buildfile index 9c96aab..de51ad5 100644 --- a/butl/buildfile +++ b/butl/buildfile @@ -15,6 +15,7 @@ lib{butl}: \ {hxx ixx cxx}{ process } \ {hxx txx }{ string-table } \ {hxx cxx}{ timestamp } \ +{hxx cxx}{ triplet } \ {hxx }{ utility } \ {hxx }{ version } -- cgit v1.1