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 | 5b4ba1429f07dbfb82b829c92123417a02a4fce2 (patch) | |
tree | 1be4a220c2ce8c1f4fab808fc9a63ae5cd4858d3 | |
parent | af6cabd0c09272035c054a79d8d2a9a7b7a965a5 (diff) |
Fix install.* variable values in buildfiles
-rw-r--r-- | odb/pgsql/buildfile | 4 |
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 } } |