Skip to content

Commit

Permalink
fix android compilation by providing libzmq to be dynamically linked (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
swaptr authored Sep 8, 2023
1 parent 899789e commit 2ec803b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions uniffi_aries_vcx/scripts/android.utils.sh
Original file line number Diff line number Diff line change
Expand Up @@ -214,6 +214,7 @@ build_uniffi() {
pushd "${UNIFFI_ROOT}/core"
cargo build --lib --target=${TRIPLET}
cp "$(realpath ${ARIES_VCX_ROOT}/target/${TRIPLET}/debug/libuniffi_vcx.so)" "$(realpath ${ABI_PATH}/libuniffi_vcx.so)"
cp "$(realpath ${LIBZMQ_LIB_DIR}/libzmq.so})" "$(realpath ${ABI_PATH}/libzmq.so)"
popd
}

Expand Down

0 comments on commit 2ec803b

Please sign in to comment.