aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2016-08-23 10:50:28 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2016-08-23 10:50:28 +0200
commit5b4ba1429f07dbfb82b829c92123417a02a4fce2 (patch)
tree1be4a220c2ce8c1f4fab808fc9a63ae5cd4858d3
parentaf6cabd0c09272035c054a79d8d2a9a7b7a965a5 (diff)
Fix install.* variable values in buildfiles
-rw-r--r--odb/pgsql/buildfile4
1 files 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
}
}