mirror of
https://github.com/monero-project/monero-gui.git
synced 2024-11-19 18:41:29 +00:00
change monero build check
This commit is contained in:
parent
a8f30212d4
commit
a76067296e
1 changed files with 1 additions and 1 deletions
2
build.sh
2
build.sh
|
@ -41,7 +41,7 @@ MONERO_DIR=monero
|
|||
MONEROD_EXEC=monerod
|
||||
|
||||
# Build libwallet if monero folder doesnt exist
|
||||
if [ ! -d $MONERO_DIR ]; then
|
||||
if [ ! -d $MONERO_DIR/src ]; then
|
||||
$SHELL get_libwallet_api.sh $BUILD_TYPE
|
||||
fi
|
||||
|
||||
|
|
Loading…
Reference in a new issue