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/export.build | |
parent | 00556525951960982582fb87a6c12fd6be2b1626 (diff) |
Add hxx extension for headers and lib prefix for library dirs
Diffstat (limited to 'build/export.build')
-rw-r--r-- | build/export.build | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/build/export.build b/build/export.build index dd96278..4871c4a 100644 --- a/build/export.build +++ b/build/export.build @@ -1,6 +1,6 @@ $out_root/: { - include print/ + include libprint/ } -export $out_root/print/lib{print} +export $out_root/libprint/lib{print} |