From 16f4f7ccd69c949e7fb99f9b93a8d4d7d6b4215f Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 23 Aug 2016 10:50:28 +0200 Subject: Fix install.* variable values in buildfiles --- odb/buildfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/odb/buildfile b/odb/buildfile index 4207e23..fa212ea 100644 --- a/odb/buildfile +++ b/odb/buildfile @@ -102,7 +102,7 @@ libs{odb}: cxx.export.poptions += -DLIBODB_SHARED # Install into the odb/ subdirectory of, say, /usr/include/. # -install.include = $install.include/odb +install.include = $install.include/odb/ install.include.subdirs = true # Recreate subdirectories. if ($cxx.target.class != "windows") @@ -115,11 +115,11 @@ details/build2/: if ($cxx.id == "msvc") { h{config}@./: install = false - h{config-vc}@./: install = $install.include/details + h{config-vc}@./: install = $install.include/details/ } else { - h{config}@./: install = $install.include/details + h{config}@./: install = $install.include/details/ h{config-vc}@./: install = false } } -- cgit v1.1