diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2017-08-05 18:43:00 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2017-08-05 18:43:00 +0200 |
commit | 14244e8466e73f8da6055a6a986d61837747e725 (patch) | |
tree | ae48b77617133da7c8397e6d66e8959d45fad279 | |
parent | 0538b31ec17a17ec1962339b11e2c5540da72550 (diff) |
Fix bug in buildfile
-rw-r--r-- | odb/sqlite/buildfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/odb/sqlite/buildfile b/odb/sqlite/buildfile index c5efe05..8524f8a 100644 --- a/odb/sqlite/buildfile +++ b/odb/sqlite/buildfile @@ -52,7 +52,7 @@ details/: { # No install for the pre-generated case. # - {hxx ixx}{options}@/: install = false + {hxx ixx}{options}@./: install = false } } |