From 85b7dc75597386777ebe1f7158e798eff968a4bf Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Wed, 2 Feb 2022 09:01:00 +0200 Subject: Re-enable linking of libbuild2 --- bpkg/bpkg.cxx | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'bpkg/bpkg.cxx') diff --git a/bpkg/bpkg.cxx b/bpkg/bpkg.cxx index 6abf866..e9cb1d0 100644 --- a/bpkg/bpkg.cxx +++ b/bpkg/bpkg.cxx @@ -14,7 +14,6 @@ // Embedded build system driver. // -#if 0 #include #include @@ -25,7 +24,6 @@ #include #include #include -#endif #include #include @@ -203,7 +201,7 @@ static const size_t args_pos (numeric_limits::max () / 2); // template static O -init (const char* /*argv0*/, +init (const char* argv0, const common_options& co, cli::group_scanner& scan, strings& args, cli::vector_scanner& args_scan, @@ -391,7 +389,6 @@ init (const char* /*argv0*/, // // @@ TODO: perhaps we should only do it for commands that need it? // -#if 0 { // @@ TMP: pass proper values instead of dummies. // @@ -405,7 +402,6 @@ init (const char* /*argv0*/, build2::version::build2_version_load (); build2::in::build2_in_load (); } -#endif return o; } -- cgit v1.1