aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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
}
}