Skip to content

Commit e5b008b

Browse files
authored
This is not needed at all
1 parent 1f55be7 commit e5b008b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

3rdparty/openssl/CMakeLists.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,6 @@ elseif(ANDROID) # cross-compile
5757
# ATTENTION - it used to work but ENV variable doesn't work while building https://cmake.org/cmake/help/latest/command/set.html#set-environment-variable, TODO check after changes one more time
5858
add_custom_command(
5959
OUTPUT "${CMAKE_CURRENT_BINARY_DIR}/build/lib/libcrypto.a" "${CMAKE_CURRENT_BINARY_DIR}/build/lib/libssl.a"
60-
COMMAND make clean
6160
# not sure if linux-generic64 is right (https://stackoverflow.com/questions/26779531/openssl-for-android-x86-64-and-mips64)
6261
# but android-x86_64 is not even recognized (should be according to this https://github.com/openssl/openssl/blob/master/NOTES-ANDROID.md)
6362
COMMAND "${PERL_EXECUTABLE}" "${_COPY_BIN_SOURCE_}/Configure" linux-generic64 no-asm no-shared -D__ANDROID_API__=${ANDROID_API_LEVEL} --openssldir=${CMAKE_CURRENT_BINARY_DIR}/build
@@ -120,4 +119,4 @@ else()
120119
"${CMAKE_CURRENT_BINARY_DIR}/build/lib/libcrypto.a"
121120
"${CMAKE_CURRENT_BINARY_DIR}/build/lib/libssl.a"
122121
)
123-
endif()
122+
endif()

0 commit comments

Comments
 (0)