diff options
Diffstat (limited to 'tests/manifest')
-rw-r--r-- | tests/manifest/buildfile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/tests/manifest/buildfile b/tests/manifest/buildfile index ee23ca9..8b2082b 100644 --- a/tests/manifest/buildfile +++ b/tests/manifest/buildfile @@ -2,9 +2,7 @@ # copyright : Copyright (c) 2014-2015 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file -import libs += libbutl #@@ hack to get -I - -exe{driver}: cxx{driver} ../../bpkg/lib{bpkg} $libs +exe{driver}: cxx{driver} ../../bpkg/lib{bpkg} include ../../bpkg/ |