Fix tg_owt build on Windows with C++20.

This commit is contained in:
John Preston 2021-11-12 13:40:43 +04:00
parent dad11a17dd
commit efe12e0289
2 changed files with 2 additions and 2 deletions

@ -1 +1 @@
Subproject commit b5906f03f388252d50fc008dcae549f56c2239f4
Subproject commit 823ec7f0f59310ade8344ed74efd36d18ebfb018

View file

@ -1154,7 +1154,7 @@ mac:
stage('tg_owt', """
git clone https://github.com/desktop-app/tg_owt.git
cd tg_owt
git checkout ffbdaa616e
git checkout 667254c20e
git submodule init
git submodule update src/third_party/libvpx/source/libvpx src/third_party/libyuv
win: