Skip to content

Commit

Permalink
fix(macos): upgrade deployment target to 11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lambiengcode committed Nov 23, 2023
1 parent 6b5a879 commit 3d73831
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/run.py
Original file line number Diff line number Diff line change
Expand Up @@ -680,7 +680,7 @@ def build_webrtc(
gn_args += [
'target_os="mac"',
f'target_cpu="{"x64" if target == "macos_x86_64" else "arm64"}"',
'mac_deployment_target="10.12"',
'mac_deployment_target="11.0"',
'enable_stripping=true',
'enable_dsyms=true',
'rtc_libvpx_build_vp9=true',
Expand Down

0 comments on commit 3d73831

Please sign in to comment.