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