From 6d24e82bb583e429cff1ce7f4de82a166ce88f35 Mon Sep 17 00:00:00 2001 From: Randi Joseph Date: Sat, 24 Sep 2016 15:26:38 -0400 Subject: [PATCH] 1. Fixed path to monero.git. 2. Replaced "bitmonero" with "monero" on variables. 3. Spelling fix. --- build.sh | 2 +- get_libwallet_api.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sh b/build.sh index a8c2a2c3..00256df4 100755 --- a/build.sh +++ b/build.sh @@ -5,7 +5,7 @@ pushd $(pwd) ROOT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )" MONERO_DIR=monero -if [ ! -d $MONERO_DIR ]; then +if [ ! -d $MONERO_DIR ]; then $SHELL get_libwallet_api.sh fi diff --git a/get_libwallet_api.sh b/get_libwallet_api.sh index 875ca2e9..6c81161e 100755 --- a/get_libwallet_api.sh +++ b/get_libwallet_api.sh @@ -37,7 +37,7 @@ pushd $MONERO_DIR/build/release platform=$(get_platform) if [ "$platform" == "darwin" ]; then - # Do something under Mac OS X platform + # Do something under Mac OS X platform echo "Configuring build for MacOS.." cmake -D CMAKE_BUILD_TYPE=Release -D STATIC=ON -D BUILD_GUI_DEPS=ON -D INSTALL_VENDORED_LIBUNBOUND=ON -D CMAKE_INSTALL_PREFIX="$MONERO_DIR" ../.. elif [ "$platform" == "linux" ]; then