diff options
-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 } } |