mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2025-02-24 05:06:56 +00:00
Update Mbed Crypto SO version
The recent update changed the Mbed Crypto SO version, get Mbed TLS in sync.
This commit is contained in:
parent
ceceedb532
commit
4c736fb6a8
|
@ -37,7 +37,7 @@ endif
|
||||||
|
|
||||||
SOEXT_TLS=so.13
|
SOEXT_TLS=so.13
|
||||||
SOEXT_X509=so.1
|
SOEXT_X509=so.1
|
||||||
SOEXT_CRYPTO=so.3
|
SOEXT_CRYPTO=so.4
|
||||||
|
|
||||||
# Set AR_DASH= (empty string) to use an ar implementation that does not accept
|
# Set AR_DASH= (empty string) to use an ar implementation that does not accept
|
||||||
# the - prefix for command line options (e.g. llvm-ar)
|
# the - prefix for command line options (e.g. llvm-ar)
|
||||||
|
|
Loading…
Reference in a new issue