Skip to content
This repository was archived by the owner on Oct 25, 2024. It is now read-only.

Commit 5f21e57

Browse files
authored
Add missing GN arg when cg is specified. (#679)
1 parent 6fa9e34 commit 5f21e57

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/build_linux.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,7 @@ def gngen(arch, ssl_root, msdk_root, quic_root, scheme, tests, use_gcc, fake_aud
9898
ffmpeg_branding_name = "Chrome"
9999
if cloud_gaming:
100100
ffmpeg_branding_name = "OWT"
101+
gn_args.extend(['owt_cloud_gaming=true'])
101102
gn_args.append('ffmpeg_branding="%s"' % ffmpeg_branding_name)
102103

103104
flattened_args = ' '.join(gn_args)

0 commit comments

Comments
 (0)