Bump mbedTLS and SDL2 versions

main 20042023
Maksym H 2023-04-20 02:08:05 +03:00
parent 498f45a66e
commit 205b20eb27
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
#!/bin/bash -e
SDL2_VERSION=2.26.4
SDL2_VERSION=2.26.5
. sdk.sh

View File

@ -1,7 +1,7 @@
#!/bin/bash -e
. sdk.sh
MBEDTLS_VERSION=3.3.0
MBEDTLS_VERSION=3.4.0
mkdir -p output/mbedtls/lib/$TARGET_ABI
mkdir -p deps; cd deps