aboutsummaryrefslogtreecommitdiff
path: root/bpkg/pkg-configure.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'bpkg/pkg-configure.cxx')
-rw-r--r--bpkg/pkg-configure.cxx4
1 files changed, 3 insertions, 1 deletions
diff --git a/bpkg/pkg-configure.cxx b/bpkg/pkg-configure.cxx
index 9e256ce..f7e1901 100644
--- a/bpkg/pkg-configure.cxx
+++ b/bpkg/pkg-configure.cxx
@@ -144,7 +144,7 @@ namespace bpkg
t.commit ();
}
- void
+ int
pkg_configure (const pkg_configure_options& o, cli::scanner& args)
{
tracer trace ("pkg_configure");
@@ -192,5 +192,7 @@ namespace bpkg
if (verb)
text << "configured " << p->name << " " << p->version;
+
+ return 0;
}
}