You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
network module fails on the link step because it can't find ssl and crypto libs with special name (suffixed with _arm64-v8a), libs themselves do exist:
> ll /Users/kambala/dev/vcmi/conan-deps-android-64/.conan/data/openssl/1.1.1s/_/_/package/8cbfc05d3e76d0a8b10531035a234407976a6e13/lib
total 11624
drwxr-xr-x 3 kambala staff 96B Jan 29 14:14 cmake/
drwxr-xr-x 2 kambala staff 64B Jan 29 14:14 engines-1.1/
-rw-r--r-- 1 kambala staff 4.7M Jan 29 14:14 libcrypto.a
-rw-r--r-- 1 kambala staff 968K Jan 29 14:14 libssl.a
Description
network module fails on the link step because it can't find ssl and crypto libs with special name (suffixed with
_arm64-v8a
), libs themselves do exist:Package and Environment Details
Conan profile
Configuration (profile_host):
[settings]
arch=armv8
build_type=Release
compiler=clang
compiler.libcxx=c++_shared
compiler.version=14
os=Android
os.api_level=21
[options]
with_ffmpeg=False
[build_requires]
*: android-ndk/r24
[env]
[conf]
tools.cmake.cmaketoolchain:generator=Ninja
tools.cmake.cmaketoolchain:system_processor=aarch64
Configuration (profile_build):
[settings]
arch=x86_64
arch_build=x86_64
build_type=Release
compiler=apple-clang
compiler.libcxx=libc++
compiler.version=14
os=Macos
os_build=Macos
[options]
[build_requires]
[env]
[conf]
tools.cmake.cmaketoolchain:generator=Ninja
Steps to reproduce
Logs
Click to expand log
The text was updated successfully, but these errors were encountered: