Skip to content

Commit

Permalink
A small webrtc build script fix
Browse files Browse the repository at this point in the history
  • Loading branch information
eugen15 committed Jul 12, 2024
1 parent c7836ec commit 8df43c7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions scripts/build-webrtc-windows.cmd
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
set MSVC_TOOL_PATH="C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.36.32532\bin\Hostx64\x64"
set Z7_PATH="C:\Program Files\7-Zip"
set SCRIPT_FULL_FILENAME=%ORIGINAL_WORK_DIR%\%~n0%~x0
set ORIGINAL_WORK_DIR=%CD%

set DEPOT_TOOLS=depot_tools
Expand Down Expand Up @@ -97,6 +98,8 @@ echo f | xcopy "%SRC_DIR%\test\vcm_capturer.cc" "%PACKAGE_DIR%\test\vcm_capturer
"%BUILD_DIR%\obj\media\rtc_internal_video_codecs.lib" ^
"%BUILD_DIR%\obj\media\rtc_simulcast_encoder_adapter.lib"

echo f | xcopy "%SCRIPT_FULL_FILENAME%" "%PACKAGE_DIR%" /yf

:skip_copying

cd %ORIGINAL_WORK_DIR%
Expand Down

0 comments on commit 8df43c7

Please sign in to comment.