forked from Public/monero-gui
change monero build check
This commit is contained in:
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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user