From c4d2ac250aee4102b519ce1db89bde3fe7855639 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Mon, 1 May 2017 12:10:35 +0300 Subject: Add hxx extension for headers and lib prefix for library dirs --- build/export.build | 4 ++-- build/root.build | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'build') diff --git a/build/export.build b/build/export.build index 58b6799..6e1378c 100644 --- a/build/export.build +++ b/build/export.build @@ -4,7 +4,7 @@ $out_root/: { - include bpkg/ + include libbpkg/ } -export $out_root/bpkg/lib{bpkg} +export $out_root/libbpkg/lib{bpkg} diff --git a/build/root.build b/build/root.build index af2c962..196d2a3 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 -- cgit v1.1