Skip to content

Commit 37bda03

Browse files
committed
make copy_monero_deps.sh independently executable
I don't know why TYPES_OF_BUILD isn't reset and I don't have time for build_monero_all.sh right now, I just need to rebuild my sharedfiles!
1 parent b135366 commit 37bda03

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

scripts/linux/copy_monero_deps.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ CW_DIR="$(pwd)"/../../../flutter_libmonero
55
CW_EXRTERNAL_DIR=${CW_DIR}/cw_shared_external/ios/External/android
66
CW_MONERO_EXTERNAL_DIR=${CW_DIR}/cw_monero/ios/External/android
77
CW_WOWNERO_EXTERNAL_DIR=${CW_DIR}/cw_wownero/ios/External/android
8+
if [ -z ${TYPES_OF_BUILD+x} ]; then TYPES_OF_BUILD=x86_64; fi
89

910
for arch in $TYPES_OF_BUILD
1011
do

0 commit comments

Comments
 (0)