Skip to content

Commit

Permalink
Proper name for decred library in the build script
Browse files Browse the repository at this point in the history
  • Loading branch information
MrCyjaneK committed Jan 16, 2025
1 parent db06792 commit b5a6837
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/android/build_decred.sh
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ do

DEST_LIB_DIR=${CW_DECRED_DIR}/android/libs/${ARCH_ABI}
mkdir -p $DEST_LIB_DIR
cp ${LIBWALLET_PATH}/build/${TRIPLET}-libdcrwallet.so $DEST_LIB_DIR
cp ${LIBWALLET_PATH}/build/${TRIPLET}-libdcrwallet.so $DEST_LIB_DIR/libdcrwallet.so
done

HEADER_DIR=$CW_DECRED_DIR/lib/api
Expand Down

0 comments on commit b5a6837

Please sign in to comment.