We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af88796 commit c2339d3Copy full SHA for c2339d3
1 file changed
scripts/ios/build_wownero.sh
@@ -67,5 +67,5 @@ popd
67
done
68
69
#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
+cp ${WOWNERO_SRC_DIR}/lib-armv8-a/* $DEST_LIB_DIR
+cp ${WOWNERO_SRC_DIR}/include/wallet/api/* $DEST_INCLUDE_DIR
0 commit comments