提交 cc0e481d 编写于 作者: C Chinmay Garde

Create iOS armv7 assets in a separate directory. (#2589)

This allows us to create a separate buildbot target.
上级 6a082073
......@@ -27,6 +27,9 @@ def get_out_dir(args):
else:
target_dir += 'Release'
if args.ios_force_armv7:
target_dir += '_armv7'
return os.path.join('out', target_dir)
def to_command_line(gn_args):
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册