From 65a8152563dde459c7788133117cd3137960ae53 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Tue, 8 Dec 2020 11:32:06 +0300 Subject: Fix handling --options-file option in default options files --- bdep/bdep.cxx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bdep/bdep.cxx b/bdep/bdep.cxx index 14a36ba..c1a7249 100644 --- a/bdep/bdep.cxx +++ b/bdep/bdep.cxx @@ -249,7 +249,8 @@ init (const common_options& co, else trace << "loading " << (r ? "remote " : "local ") << f; } - }), + }, + "--options-file"), o); } catch (const pair& e) -- cgit v1.1