mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Make 'gn --debug' and 'gn --debug --dynamic' identical. (flutter/engine#5999)
This commit is contained in:
parent
5c40c82966
commit
e8ffe24cde
@ -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)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user