build: adjusted with bitmonero->monero renamings;

build: temporary disabled link with 'libunwind' due Ubuntu issues
This commit is contained in:
Ilya Kitaev
2016-09-19 16:45:34 +03:00
parent 6e5f5e1ded
commit 3cc318eb5d
3 changed files with 31 additions and 26 deletions

View File

@@ -2,9 +2,9 @@
pushd $(pwd)
ROOT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
BITMOMERO_DIR=bitmonero
MONERO_DIR=monero
if [ ! -d $BITMOMERO_DIR ]; then
if [ ! -d $MONERO_DIR ]; then
$SHELL get_libwallet_api.sh
fi