Fix curl link error on macOS

This commit is contained in:
halx99 2024-10-22 12:47:13 +08:00
parent dd3207b7b7
commit c55e80e999
4 changed files with 9 additions and 3 deletions

2
3rdparty/README.md vendored
View File

@ -22,7 +22,7 @@
## c-ares
- [![Upstream](https://img.shields.io/github/v/release/c-ares/c-ares?label=Upstream)](https://github.com/c-ares/c-ares)
- Version: 1.33.1
- Version: 1.34.2
- License: MIT
## Chipmunk2D

View File

@ -1,3 +1,9 @@
## axmol-2.2.1 Oct.22 2024
### Bug fixes
- Fix curl link error on macOS
## axmol-2.2.0 Oct.20 2024
### Significant changes relative to 2.1.5:

View File

@ -5,7 +5,7 @@
// 00 03 08 00
#define AX_VERSION_MAJOR 2
#define AX_VERSION_MINOR 2
#define AX_VERSION_PATCH 0
#define AX_VERSION_PATCH 1
/* Define axmol version helper macros */
#define AX_VERSION_MAKE(a, b, c) ((a << 16) | (b << 8) | (c & 0xff))

View File

@ -1,6 +1,6 @@
{
"versions": {
"1kdist": "v92",
"1kdist": "v93",
"oboe": "1.9.0",
"kcp": "v1.7-f2aa30e",
"lz4": "v1.10.0",