File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed
Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change 3131 dep : " brew update && brew install cocoapods xcodegen"
3232 - cmd : " .\\ scripts\\ setup_windows.bat \" C:\\ Program Files\\ Microsoft Visual Studio\\ 2022\\ Enterprise\\ VC\\ Tools\\ MSVC\\ 14.43.34808\\ bin\\ Hostx64\\ x64\\ lib.exe\" && cd example\\ winApp && msbuild winApp.vcxproj /t:Build /p:Configuration=Release /p:Platform=x64"
3333 os : windows-latest
34- dep : " dir \" C:\\ Program Files\\ Microsoft Visual Studio\\ 2022\\ Enterprise\\ VC\\ Tools\\ MSVC\\ 14.43.34808\\ bin\\ Hostx64\\ x64\\ lib.exe\" "
3534 runs-on : ${{ matrix.os }}
3635 permissions :
3736 pull-requests : write
Original file line number Diff line number Diff line change @@ -11,5 +11,5 @@ copy /Y kmp-webrtc\build\bin\mingwX64\releaseShared\kmp_webrtc.dll libs\windows\
1111copy /Y kmp-webrtc\build\bin\mingwX64\releaseShared\kmp_webrtc.def libs\windows\x64\ && ^
1212copy /Y kmp-webrtc\build\bin\mingwX64\releaseShared\kmp_webrtc_api.h libs\windows\x64\ && ^
1313cd kmp-webrtc\build\bin\mingwX64\releaseShared && ^
14- %LIB_EXE% /def:kmp_webrtc.def /machine:x64 /out:kmp_webrtc.lib && ^
14+ " %LIB_EXE% " /def:kmp_webrtc.def /machine:x64 /out:kmp_webrtc.lib && ^
1515copy /Y kmp_webrtc.lib ..\..\..\..\..\libs\windows\x64\
You can’t perform that action at this time.
0 commit comments