diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2017-04-29 16:22:25 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2017-04-29 16:22:25 +0300 |
commit | 9646f4bb0cee026bdf9dbe4bf318f24e60697bae (patch) | |
tree | 777eafe311b29419464ac2e989e516eff4fecfc3 /build/root.build | |
parent | 00556525951960982582fb87a6c12fd6be2b1626 (diff) |
Add hxx extension for headers and lib prefix for library dirs
Diffstat (limited to 'build/root.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 4f70114..8ceadfa 100644 --- a/build/root.build +++ b/build/root.build @@ -2,5 +2,5 @@ cxx.std = 11 using cxx -hxx{*}: extension = +hxx{*}: extension = hxx cxx{*}: extension = cxx |