diff options
-rw-r--r-- | build2/cc/pkgconfig.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build2/cc/pkgconfig.cxx b/build2/cc/pkgconfig.cxx index b22a84f..b9c6cda 100644 --- a/build2/cc/pkgconfig.cxx +++ b/build2/cc/pkgconfig.cxx @@ -105,7 +105,7 @@ namespace build2 auto extract = [&f, this] (const char* op, bool impl) -> string { const char* args[] = { - pkgconfig->initial, + pkgconfig->recall_string (), op, // --cflags/--libs (impl ? "--static" : f.string ().c_str ()), (impl ? f.string ().c_str () : nullptr), |