Skip to content

Commit

Permalink
tweak settings for webrtc builds
Browse files Browse the repository at this point in the history
  • Loading branch information
roxanneskelly committed Sep 8, 2023
1 parent 54199e1 commit c5cb75e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
- name: Upload Artifact
uses: actions/upload-artifact@v1
with:
name: webrtc.${{ matrix.name }}.bz2
name: webrtc.${{ matrix.name }}.tar.bz2
path: build\_package\${{ matrix.name }}\webrtc.tar.bz2
build-macos:
defaults:
Expand Down
1 change: 1 addition & 0 deletions build/run.py
Original file line number Diff line number Diff line change
Expand Up @@ -667,6 +667,7 @@ def build_webrtc(
'target_os="win"',
f'target_cpu="{target_cpus[target]}"',
"use_custom_libcxx=false",
"use_custom_libcxx_for_host=true"
]
elif target in ('macos_x86_64', 'macos_arm64'):
gn_args += [
Expand Down

0 comments on commit c5cb75e

Please sign in to comment.