diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2017-04-30 23:21:12 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2017-04-30 23:26:21 +0300 |
commit | 0ffb0a1a0a13d07c4448f7752232d8854b790623 (patch) | |
tree | 9d1e173375d53e05c52568dc69633ed98697190d /build | |
parent | 1364413cee696ff60f4dd1e3ac1eb281ac7a4e8f (diff) |
Add hxx extension for headers and lib prefix for library dirs
Diffstat (limited to 'build')
-rw-r--r-- | build/root.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/root.build b/build/root.build index b299a5d..4661de1 100644 --- a/build/root.build +++ b/build/root.build @@ -6,7 +6,7 @@ cxx.std = latest using cxx -hxx{*}: extension = +hxx{*}: extension = hxx ixx{*}: extension = ixx txx{*}: extension = txx cxx{*}: extension = cxx |