diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2016-08-23 10:50:28 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2016-08-23 10:50:28 +0200 |
commit | 22f3ffe90badb381c07e943b65aca9bde4911992 (patch) | |
tree | 7014bdd9c7976b50b4d5e67b8cc8e2fb791c343f | |
parent | f876f301798d3d8452b93f33546e74a245286857 (diff) |
Fix install.* variable values in buildfiles
-rw-r--r-- | odb/sqlite/buildfile | 4 |
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 } } |