diff options
-rw-r--r-- | bdep/bdep.cxx | 3 |
1 files changed, 2 insertions, 1 deletions
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<path, system_error>& e) |