diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2017-04-06 18:58:03 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2017-04-06 20:26:21 +0300 |
commit | ef0e6c709051fc46968d64dcf1c86bd197fe45c2 (patch) | |
tree | 5873b9ac6c638c1097bb988213a86593902c02eb /tests/manifest/buildfile | |
parent | a1ca1cff56f05c9d49ccb8edac2a4c6b191199fd (diff) |
Invent notion of header for machine_manifest
Diffstat (limited to 'tests/manifest/buildfile')
-rw-r--r-- | tests/manifest/buildfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/manifest/buildfile b/tests/manifest/buildfile index 002dbb0..b9af8ef 100644 --- a/tests/manifest/buildfile +++ b/tests/manifest/buildfile @@ -2,7 +2,7 @@ # copyright : Copyright (c) 2014-2017 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file -import libs += libbutl%lib{butl} +import libs = libbutl%lib{butl} exe{driver}: cxx{driver} ../../bbot/lib{bbot} $libs test{*} |