mirror of
https://github.com/vlang/v.git
synced 2025-09-13 14:32:26 +03:00
366 B
366 B
To update this, change the version/branch in thirdparty/mbedtls/update.vsh
,
then run ./v thirdparty/mbedtls/update.vsh
.
The patch containing the local changes, that needs to be applied is in:
thirdparty/mbedtls/mbedtls.patch
. It may need changes for the new version too.
BTW, you can generate a new patch by diff -ur mbedtls.orig mbedtls > mbedtls.patch