Skip to content

Commit c2339d3

Browse files
committed
WOWNERO_DIR_PATH->WOWNERO_SRC_DIR
1 parent af88796 commit c2339d3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

scripts/ios/build_wownero.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,5 +67,5 @@ popd
6767
done
6868

6969
#only for arm64
70-
cp ${WOWNERO_DIR_PATH}/lib-armv8-a/* $DEST_LIB_DIR
71-
cp ${WOWNERO_DIR_PATH}/include/wallet/api/* $DEST_INCLUDE_DIR
70+
cp ${WOWNERO_SRC_DIR}/lib-armv8-a/* $DEST_LIB_DIR
71+
cp ${WOWNERO_SRC_DIR}/include/wallet/api/* $DEST_INCLUDE_DIR

0 commit comments

Comments
 (0)