aboutsummaryrefslogtreecommitdiff
path: root/tests/manifest-roundtrip/buildfile
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2016-05-21 17:16:13 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2016-05-31 19:04:33 +0300
commit9a1351808c7443a65f876d2b7808ebdea7d9c814 (patch)
tree80fedb517a43c64762bb71fa690c90a40824be33 /tests/manifest-roundtrip/buildfile
parent057a5d5d435d53166d1b8751748a9ba0a317bee3 (diff)
Port to MinGW
Diffstat (limited to 'tests/manifest-roundtrip/buildfile')
-rw-r--r--tests/manifest-roundtrip/buildfile4
1 files changed, 3 insertions, 1 deletions
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/