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