change monero build check

This commit is contained in:
Jaquee 2017-01-14 15:48:20 +01:00
parent a8f30212d4
commit a76067296e
No known key found for this signature in database
GPG key ID: 384E52B09F45DC39

View file

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