From 5b4ba1429f07dbfb82b829c92123417a02a4fce2 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/pgsql/buildfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/odb/pgsql/buildfile b/odb/pgsql/buildfile index 7155df0..ecc628f 100644 --- a/odb/pgsql/buildfile +++ b/odb/pgsql/buildfile @@ -99,11 +99,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