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 ecd7da2..813aa73 100644 --- a/tests/repository-location/buildfile +++ b/tests/repository-location/buildfile @@ -4,6 +4,6 @@ import libs += libbutl%lib{butl} -exe{driver}: cxx{driver} ../../libbpkg/lib{bpkg} $libs +exe{driver}: cxx{*} ../../libbpkg/lib{bpkg} $libs include ../../libbpkg/ |