Fix libvpx pkg-config generation on Windows.

Fixes #26849.
This commit is contained in:
John Preston 2023-09-25 12:39:58 +04:00
parent 95e4abd784
commit 6cdc8f9dbc

View file

@ -418,7 +418,7 @@ if customRunCommand:
stage('patches', """ stage('patches', """
git clone https://github.com/desktop-app/patches.git git clone https://github.com/desktop-app/patches.git
cd patches cd patches
git checkout b1907e1250 git checkout 81a81ffb5a
""") """)
stage('msys64', """ stage('msys64', """