mirror of
https://github.com/electron/electron.git
synced 2026-01-09 15:38:08 -05:00
build: fix ffmpeg gn gen (#19127)
* revert #18993 * build: fix ffmpeg GN gen
This commit is contained in:
committed by
Cheng Zhao
parent
106cc6189c
commit
e6a7a84834
@@ -4,3 +4,4 @@ is_component_ffmpeg = true
|
||||
is_official_build = true
|
||||
proprietary_codecs = false
|
||||
ffmpeg_branding = "Chromium"
|
||||
enable_dsyms = false
|
||||
|
||||
@@ -15,7 +15,6 @@ def main():
|
||||
for gn_file in sys.argv[1:]:
|
||||
subprocess.check_call(
|
||||
['gn', 'format', gn_file],
|
||||
shell=True,
|
||||
env=new_env
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user