Skip to content

Commit

Permalink
Release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
SanttuRantanen committed Dec 5, 2024
1 parent 91211c2 commit cacc50e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/streamr-libstreamrproxyclient/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ if (NOT IOS)
DESTINATION ${CMAKE_CURRENT_SOURCE_DIR}/dist/${VCPKG_TARGET_TRIPLET}/lib/${CMAKE_BUILD_TYPE})

# Install shared lib to android module and create tgz package
if(VCPKG_TARGET_TRIPLET MATCHES "android" AND CMAKE_BUILD_TYPE STREQUAL "Release")
if(VCPKG_TARGET_TRIPLET MATCHES "android")
# Install the library
install(TARGETS streamrproxyclient
DESTINATION ${CMAKE_CURRENT_SOURCE_DIR}/dist/android-library-module/StreamrProxyClient/libs/arm64-v8a)
Expand Down

0 comments on commit cacc50e

Please sign in to comment.