From ed8d91c67df5da8a3d121a38c272ad9b9d71abb0 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Wed, 12 Jul 2017 21:05:11 +0300 Subject: Make use of wildcards in buildfiles --- tests/repository-location/buildfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/repository-location') 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/ -- cgit v1.1