Skip to content

Commit

Permalink
Merge branch 'secondlife' of https://github.com/secondlife/2p-webrtc-…
Browse files Browse the repository at this point in the history
…build into secondlife
  • Loading branch information
RyeMutt committed Apr 27, 2024
2 parents 8a8c1bb + 9d8d94d commit 14270f7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build/build.windows_x86_64.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ Push-Location $SCRIPT_DIR
# リポジトリの下に置きたいが、GitHub Actions の D:\ の容量が少なくてビルド出来ない問題があるので
# このパスにソースを配置する。
# また、WebRTC のビルドしたファイルは同じドライブに無いといけないっぽいのでこちらも設定する。
python3 run.py build windows_x86_64 --debug --source-dir 'C:\webrtc' --build-dir 'C:\webrtc-build' --commit $COMMIT_HASH
python3 run.py package windows_x86_64 --debug --source-dir 'C:\webrtc' --build-dir 'C:\webrtc-build'
python3 run.py build windows_x86_64 --source-dir 'C:\webrtc' --build-dir 'C:\webrtc-build' --commit $COMMIT_HASH
python3 run.py package windows_x86_64 --source-dir 'C:\webrtc' --build-dir 'C:\webrtc-build'
Pop-Location
2 changes: 2 additions & 0 deletions build/run.py
Original file line number Diff line number Diff line change
Expand Up @@ -763,6 +763,8 @@ def build_webrtc(
'rtc_use_pipewire=false',
"use_custom_libcxx=false",
"use_custom_libcxx_for_host=false",
'rtc_include_pulse_audio=false',
'rtc_include_internal_audio_device=true',
]
else:
raise Exception(f'Target {target} is not supported')
Expand Down

0 comments on commit 14270f7

Please sign in to comment.