MrCyjaneK / monero_c

GNU Lesser General Public License v3.0
4 stars 4 forks source link

Windows fix: do not fail on `git clone` if repo already exists #1

Closed sneurlax closed 7 months ago

sneurlax commented 7 months ago

build_single.sh will fail on Windows (WSL2) due to git clone if we already did a git submodule update --init --recursive. These script changes attempt to check whether the folder already exists, and if it does, attempts to checkout the appropriate branch/tag/commit.