Skip to content

Commit

Permalink
fixed wrong library name
Browse files Browse the repository at this point in the history
  • Loading branch information
tux-mind committed Nov 26, 2015
1 parent e90b290 commit bc901aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Android.mk
Original file line number Diff line number Diff line change
Expand Up @@ -1979,7 +1979,7 @@ LOCAL_SRC_FILES:= \
ext/openssl/ossl_engine.c
LOCAL_STATIC_LIBRARIES:= \
libcrypto_static\
libssl_static
libssl
LOCAL_MODULE := RUBY_openssl

include $(BUILD_SHARED_LIBRARY)
Expand Down

0 comments on commit bc901aa

Please sign in to comment.