aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xget_libwallet_api.sh2
-rw-r--r--monero-core.pro3
2 files changed, 2 insertions, 3 deletions
diff --git a/get_libwallet_api.sh b/get_libwallet_api.sh
index bbfdb04c..414b1f90 100755
--- a/get_libwallet_api.sh
+++ b/get_libwallet_api.sh
@@ -2,7 +2,7 @@
BITMONERO_URL=https://github.com/mbg033/bitmonero.git
-BITMONERO_BRANCH=develop
+BITMONERO_BRANCH=master
# thanks to SO: http://stackoverflow.com/a/20283965/4118915
CPU_CORE_COUNT=$(grep -c ^processor /proc/cpuinfo 2>/dev/null || sysctl -n hw.ncpu)
pushd $(pwd)
diff --git a/monero-core.pro b/monero-core.pro
index 2dde61fe..4b2bbf25 100644
--- a/monero-core.pro
+++ b/monero-core.pro
@@ -45,8 +45,7 @@ SOURCES = *.qml \
}
LIBS += -L$$WALLET_ROOT/lib \
- -lwallet_merged \
- -lwallet_merged2
+ -lwallet_merged
win32 {
#QMAKE_LFLAGS += -static