diff options
Diffstat (limited to 'libbutl/buildfile')
-rw-r--r-- | libbutl/buildfile | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/libbutl/buildfile b/libbutl/buildfile index 8039035..135733c 100644 --- a/libbutl/buildfile +++ b/libbutl/buildfile @@ -9,7 +9,12 @@ bash{utility}: in{utility} bash{manifest-parser}: in{manifest-parser} bash{utility} exe{manifest} bash{manifest-serializer}: in{manifest-serializer} bash{utility} exe{manifest} -exe{manifest}: cxx{manifest} $libs +bash{standard-version}: in{standard-version} \ + bash{utility} \ + exe{standard-version} + +exe{manifest}: cxx{manifest} $libs +exe{standard-version}: cxx{standard-version} $libs # Install our binding support executables next to the modules. # |