mirror of https://github.com/axmolengine/axmol.git
Fix curl link error on macOS
This commit is contained in:
parent
dd3207b7b7
commit
c55e80e999
|
@ -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
|
||||
|
|
|
@ -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:
|
||||
|
|
|
@ -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))
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"versions": {
|
||||
"1kdist": "v92",
|
||||
"1kdist": "v93",
|
||||
"oboe": "1.9.0",
|
||||
"kcp": "v1.7-f2aa30e",
|
||||
"lz4": "v1.10.0",
|
||||
|
|
Loading…
Reference in New Issue