File tree 2 files changed +2
-1
lines changed
2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -12,6 +12,7 @@ The format is based on [keep a changelog](http://keepachangelog.com/) and this p
12
12
- Fixed encoding issue with some cursors sent to the server.
13
13
- Fixed an exception that could be thrown when the client sent match data over a bad network.
14
14
- Upgraded libcurl to 7.88.1 which fixed a rare Websocket SSL handshake issue on Unix systems.
15
+ - Fixed base64 dependency in Android SSL for broader Android API level support.
15
16
16
17
### Changed
17
18
- Improved build automation around test suite.
Original file line number Diff line number Diff line change @@ -4,5 +4,5 @@ if(CMAKE_CXX_COMPILER_ID STREQUAL "GNU" OR CMAKE_CXX_COMPILER_ID STREQUAL "Clang
4
4
# like when we link libc++ statically or openssl
5
5
# NOTE: target specifically nakama-sdk (our library), because we DONT want it to be set on
6
6
# nakama-test (test executable) in some cases (namely when linking libc++ statically)
7
- target_link_options (nakama-sdk PRIVATE -Wl,--exclude -libs ALL )
7
+ target_link_options (nakama-sdk PRIVATE -Wl,--exclude -libs, ALL )
8
8
endif ()
You can’t perform that action at this time.
0 commit comments