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