From 9a1351808c7443a65f876d2b7808ebdea7d9c814 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Sat, 21 May 2016 17:16:13 +0300 Subject: Port to MinGW --- tests/manifest-roundtrip/buildfile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'tests/manifest-roundtrip/buildfile') diff --git a/tests/manifest-roundtrip/buildfile b/tests/manifest-roundtrip/buildfile index a830a01..793f955 100644 --- a/tests/manifest-roundtrip/buildfile +++ b/tests/manifest-roundtrip/buildfile @@ -2,7 +2,9 @@ # copyright : Copyright (c) 2014-2016 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file -exe{driver}: cxx{driver} ../../bpkg/lib{bpkg} +import libs += libbutl%lib{butl} + +exe{driver}: cxx{driver} ../../bpkg/lib{bpkg} $libs exe{driver}: test.roundtrip = manifest include ../../bpkg/ -- cgit v1.1