diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2022-01-26 13:06:32 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2022-01-26 13:06:32 +0200 |
commit | 252559253c42380baab67c3528359ee635c8a6d5 (patch) | |
tree | 3f05605e42648d977e650a21025634338bd2aa93 /libbutl/buildfile | |
parent | cfb40e848fcc429d0967b3d77c93a762ca7d2e0b (diff) |
Adjust to match new bash module semantics
Diffstat (limited to 'libbutl/buildfile')
-rw-r--r-- | libbutl/buildfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libbutl/buildfile b/libbutl/buildfile index f03bdf1..b0cd830 100644 --- a/libbutl/buildfile +++ b/libbutl/buildfile @@ -21,4 +21,4 @@ exe{standard-version}: cxx{standard-version} $libs # Install our binding support executables next to the modules. # -exe{*}: install = bin/libbutl/ +exe{*}: install = bin/libbutl.bash/ |