diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2016-01-27 12:27:54 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2016-01-27 12:27:54 +0200 |
commit | ae02c68df6f26ff24b008ca047ae7750eeecedac (patch) | |
tree | 3aa59815cfae218923ae3f8b5f8f2f3e611ee3ee /butl/buildfile | |
parent | 59fc5d5cc5341e0505216c17405af995116ebb3b (diff) |
Add support for parsing cpu-vendor-os target triplets
Diffstat (limited to 'butl/buildfile')
-rw-r--r-- | butl/buildfile | 1 |
1 files changed, 1 insertions, 0 deletions
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 } |