未验证 提交 0c003432 编写于 作者: S Stanislav Baranov 提交者: GitHub

Make 'gn --debug' and 'gn --debug --dynamic' identical. (#5999)

上级 e80bc100
......@@ -16,7 +16,8 @@ def get_out_dir(args):
else:
target_dir = ['host']
if args.dynamic:
runtime_mode = args.runtime_mode
if args.dynamic and runtime_mode in ['profile', 'release']:
target_dir.append('dynamic')
target_dir.append(args.runtime_mode)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册