diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2018-09-10 15:46:24 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2018-09-10 15:46:24 +0300 |
commit | 5b01dda05c60da8b691be19feefc18a6d1a79b96 (patch) | |
tree | f032100229c6ca545937ff32a89ac4c3352ffae3 /unit-tests/cc/parser | |
parent | 85b22875f1cd205aebd3fc680ecbe63ca47e6b76 (diff) |
Replace libu with libue in buildfiles
Diffstat (limited to 'unit-tests/cc/parser')
-rw-r--r-- | unit-tests/cc/parser/buildfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/unit-tests/cc/parser/buildfile b/unit-tests/cc/parser/buildfile index fce77f4..019da19 100644 --- a/unit-tests/cc/parser/buildfile +++ b/unit-tests/cc/parser/buildfile @@ -3,4 +3,4 @@ # license : MIT; see accompanying LICENSE file include ../../../build2/ -exe{driver}: {hxx cxx}{*} ../../../build2/libu{b} testscript{*} +exe{driver}: {hxx cxx}{*} ../../../build2/libue{b} testscript{*} |