diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2017-04-28 00:32:47 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2017-04-28 00:33:32 +0300 |
commit | 41bdbc068a179ade1b2f76f506afa7dd0716aad5 (patch) | |
tree | caca139eb969a3e178698690f72d852b73ab7c64 /unit-tests/bootstrap-manifest | |
parent | 59123aa61f872386aa589b57009f85f5ae5d74c2 (diff) |
Fix files distribution
Diffstat (limited to 'unit-tests/bootstrap-manifest')
-rw-r--r-- | unit-tests/bootstrap-manifest/buildfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/unit-tests/bootstrap-manifest/buildfile b/unit-tests/bootstrap-manifest/buildfile index c00465c..51e54e3 100644 --- a/unit-tests/bootstrap-manifest/buildfile +++ b/unit-tests/bootstrap-manifest/buildfile @@ -5,7 +5,7 @@ import libs = libbutl%lib{butl} import libs += libbbot%lib{bbot} -exe{driver}: cxx{driver} ../../bbot/cxx{*-manifest} $libs \ +exe{driver}: cxx{driver} ../../bbot/{hxx cxx}{*-manifest} $libs \ test{testscript} include ../../bbot/ |