diff options
Diffstat (limited to 'src/configure.cc')
-rw-r--r-- | src/configure.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/configure.cc b/src/configure.cc index c08ed88..4b2fbf0 100644 --- a/src/configure.cc +++ b/src/configure.cc @@ -915,5 +915,5 @@ int reconfigure(const ctor::settings& global_settings, int argc, char* argv[]) return 0; // this was originally invoked by configure, don't loop } - return execute(argv[0], args); + return execute(settings, argv[0], args); } |