mirror of
https://github.com/monero-project/monero-gui.git
synced 2025-01-25 12:05:54 +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
|
MONEROD_EXEC=monerod
|
||||||
|
|
||||||
# Build libwallet if monero folder doesnt exist
|
# 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
|
$SHELL get_libwallet_api.sh $BUILD_TYPE
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue