diff options
| author | Boris Kolpackov <boris@codesynthesis.com> | 2015-09-04 17:14:15 +0200 |
|---|---|---|
| committer | Boris Kolpackov <boris@codesynthesis.com> | 2015-09-04 17:14:15 +0200 |
| commit | 0d23ec6f54eeada0917e94324e16b1cf52210b4d (patch) | |
| tree | c56c08f32fe6c8a20be12c92e7128d884475e900 /build | |
| parent | 7c83b407648f1ef919218d8965d4c21378910755 (diff) | |
| download | cli-0d23ec6f54eeada0917e94324e16b1cf52210b4d.tar.gz cli-0d23ec6f54eeada0917e94324e16b1cf52210b4d.tar.xz cli-0d23ec6f54eeada0917e94324e16b1cf52210b4d.zip | |
Update to work with latest build2
Diffstat (limited to 'build')
| -rw-r--r-- | build/root.build | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/build/root.build b/build/root.build index a43ff57..02edc02 100644 --- a/build/root.build +++ b/build/root.build @@ -1,3 +1,6 @@ using cxx -cxx.libs += -lcutl +hxx.ext = hxx +ixx.ext = ixx +txx.ext = txx +cxx.ext = cxx |
