aboutsummaryrefslogtreecommitdiff
path: root/odb/sqlite
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
commit22f3ffe90badb381c07e943b65aca9bde4911992 (patch)
tree7014bdd9c7976b50b4d5e67b8cc8e2fb791c343f /odb/sqlite
parentf876f301798d3d8452b93f33546e74a245286857 (diff)
Fix install.* variable values in buildfiles
Diffstat (limited to 'odb/sqlite')
-rw-r--r--odb/sqlite/buildfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/odb/sqlite/buildfile b/odb/sqlite/buildfile
index f4c5ed5..9fb6615 100644
--- a/odb/sqlite/buildfile
+++ b/odb/sqlite/buildfile
@@ -97,11 +97,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
}
}