Skip to content

Commit c6d1984

Browse files
author
minggo
authored
Merge pull request #243 from cocos2d/revert-240-v3
Revert "build with android 21"
2 parents 9a142e1 + 40711d5 commit c6d1984

File tree

5 files changed

+2
-2
lines changed

5 files changed

+2
-2
lines changed

websockets/include/android/lws_config.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
#define LWS_LIBRARY_VERSION_NUMBER (LWS_LIBRARY_VERSION_MAJOR*1000000)+(LWS_LIBRARY_VERSION_MINOR*1000)+LWS_LIBRARY_VERSION_PATCH
2525

2626
/* The current git commit hash that we're building from */
27-
#define LWS_BUILD_HASH "83d3470"
27+
#define LWS_BUILD_HASH "6241f1f"
2828

2929
/* Build with OpenSSL support */
3030
/* #undef LWS_OPENSSL_SUPPORT */
@@ -42,7 +42,7 @@
4242
/* #undef LWS_USE_LIBEV */
4343

4444
/* Build with support for ipv6 */
45-
#define LWS_USE_IPV6
45+
/* #undef LWS_USE_IPV6 */
4646

4747
/* Build with support for HTTP2 */
4848
/* #undef LWS_USE_HTTP2 */
Binary file not shown.
Binary file not shown.
Binary file not shown.
606 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)