diff options
-rw-r--r-- | odb/buildfile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/odb/buildfile b/odb/buildfile index 4207e23..fa212ea 100644 --- a/odb/buildfile +++ b/odb/buildfile @@ -102,7 +102,7 @@ libs{odb}: cxx.export.poptions += -DLIBODB_SHARED # Install into the odb/ subdirectory of, say, /usr/include/. # -install.include = $install.include/odb +install.include = $install.include/odb/ install.include.subdirs = true # Recreate subdirectories. if ($cxx.target.class != "windows") @@ -115,11 +115,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 } } |