mirror of
https://github.com/depler/curl-impersonate-win.git
synced 2025-08-03 23:50:09 +00:00
6 lines
116 B
Batchfile
6 lines
116 B
Batchfile
set patch=c:\msys64\usr\bin\patch.exe
|
|
|
|
cd %~dp0boringssl
|
|
%patch% -p1 < %~dp0patch\boringssl-old-ciphers.patch
|
|
|
|
pause |