Skip to content

Commit

Permalink
macos: update libraries
Browse files Browse the repository at this point in the history
  • Loading branch information
black-sliver committed Feb 25, 2024
1 parent d94995c commit 212aaad
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions macosx/build_thirdparty.sh
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,10 @@ LIB_PNG_URL="https://github.com/glennrp/libpng.git"
LIB_FREETYPE_URL="https://gitlab.freedesktop.org/freetype/freetype.git"
LIB_OPENSSL_URL="https://github.com/openssl/openssl.git"

LIB_SDL_TAG="release-2.28.5"
LIB_SDL_IMAGE_TAG="release-2.6.3"
LIB_SDL_TTF_TAG="release-2.20.2"
LIB_PNG_TAG="v1.6.40"
LIB_SDL_TAG="release-2.30.0"
LIB_SDL_IMAGE_TAG="release-2.8.2"
LIB_SDL_TTF_TAG="release-2.22.0"
LIB_PNG_TAG="v1.6.42"
LIB_FREETYPE_TAG="VER-2-13-2"
LIB_OPENSSL_TAG="OpenSSL_1_1_1w"

Expand Down

0 comments on commit 212aaad

Please sign in to comment.