diff options
Diffstat (limited to 'tests/target-triplet/buildfile')
-rw-r--r-- | tests/target-triplet/buildfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/target-triplet/buildfile b/tests/target-triplet/buildfile index ae0276c..b8ca712 100644 --- a/tests/target-triplet/buildfile +++ b/tests/target-triplet/buildfile @@ -4,4 +4,4 @@ import libs = libbutl%lib{butl} -exe{driver}: cxx{*} $libs +exe{driver}: {hxx cxx}{*} $libs |