clif-util: try both global and target-dependent settings when parsing --set flags;
This commit is contained in:
@@ -1178,7 +1178,8 @@ impl<'a> Parser<'a> {
|
||||
self.consume_line().trim().split_whitespace(),
|
||||
&mut flag_builder,
|
||||
self.loc,
|
||||
)?;
|
||||
)
|
||||
.map_err(|err| ParseError::from(err))?;
|
||||
}
|
||||
"target" => {
|
||||
let loc = self.loc;
|
||||
|
||||
Reference in New Issue
Block a user