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