diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2017-08-05 19:06:48 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2017-08-05 19:06:48 +0200 |
commit | 72834bb1dee443e05fdd6c3c4347cd6b4cc35d6f (patch) | |
tree | dfdbac92efad617c9628eb429be93c7f36431274 | |
parent | 14244e8466e73f8da6055a6a986d61837747e725 (diff) |
Fix bug in buildfile some more
-rw-r--r-- | odb/sqlite/buildfile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/odb/sqlite/buildfile b/odb/sqlite/buildfile index 8524f8a..d2bb231 100644 --- a/odb/sqlite/buildfile +++ b/odb/sqlite/buildfile @@ -49,11 +49,9 @@ details/: cli.cxx{*}: install = false } else - { # No install for the pre-generated case. # - {hxx ixx}{options}@./: install = false - } + hxx{options}@./ ixx{options}@./: install = false } # Install into the odb/sqlite/ subdirectory of, say, /usr/include/ recreating |