mirror of
https://github.com/monero-project/monero-gui.git
synced 2025-01-03 17:39:54 +00:00
1. Fixed path to monero.git.
2. Replaced "bitmonero" with "monero" on variables. 3. Spelling fix.
This commit is contained in:
parent
702a8197d0
commit
6d24e82bb5
2 changed files with 2 additions and 2 deletions
2
build.sh
2
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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue