change monero build check

pull/2/head
Jaquee 8 years ago
parent a8f30212d4
commit a76067296e
No known key found for this signature in database
GPG Key ID: 384E52B09F45DC39

@ -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