diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2019-03-08 21:16:45 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2019-03-08 21:16:45 +0300 |
commit | 8fe1a966e42d122b8d86c19917215a1c8c290a6c (patch) | |
tree | e4bac59949d2207cf02cbf716d941a0d4b6e4016 | |
parent | 82f7caf802270629a983b6d769805d1e6bdf55ae (diff) |
Fix bug in buildfile
-rw-r--r-- | bpkg/buildfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bpkg/buildfile b/bpkg/buildfile index fb12eef..518b25b 100644 --- a/bpkg/buildfile +++ b/bpkg/buildfile @@ -44,7 +44,7 @@ rep-remove-options help_topics = repository-signing repository-types argument-grouping -./: exe{bpkg}: cxx{bpkg} libue{bpkg} +./: exe{bpkg}: {hxx ixx txx cxx}{+bpkg} libue{bpkg} libue{bpkg}: {hxx ixx txx cxx}{** -bpkg \ -{$options_topics} \ |