Skip to content

build with android 21 #240

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 21, 2016
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions websockets/include/android/lws_config.h
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
#define LWS_LIBRARY_VERSION_NUMBER (LWS_LIBRARY_VERSION_MAJOR*1000000)+(LWS_LIBRARY_VERSION_MINOR*1000)+LWS_LIBRARY_VERSION_PATCH

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

/* Build with OpenSSL support */
/* #undef LWS_OPENSSL_SUPPORT */
Expand All @@ -42,7 +42,7 @@
/* #undef LWS_USE_LIBEV */

/* Build with support for ipv6 */
/* #undef LWS_USE_IPV6 */
#define LWS_USE_IPV6

/* Build with support for HTTP2 */
/* #undef LWS_USE_HTTP2 */
Expand Down
Binary file modified websockets/prebuilt/android/arm64-v8a/libwebsockets.a
Binary file not shown.
Binary file modified websockets/prebuilt/android/armeabi-v7a/libwebsockets.a
Binary file not shown.
Binary file modified websockets/prebuilt/android/armeabi/libwebsockets.a
Binary file not shown.
Binary file modified websockets/prebuilt/android/x86/libwebsockets.a
Binary file not shown.