aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIlya Kitaev <mbg033@gmail.com>2016-09-01 23:22:06 +0300
committerIlya Kitaev <mbg033@gmail.com>2016-09-01 23:22:06 +0300
commitdb965e1265dbbcfd8b2874b0ac0e8efd346322a4 (patch)
tree115dfffc2fe80620451a87f77a983cc0fdedab44
parent497a6b8de3bec6bc266246d0e02bdfbc37d64782 (diff)
downloadmonzero-gui-db965e1265dbbcfd8b2874b0ac0e8efd346322a4.tar.gz
monzero-gui-db965e1265dbbcfd8b2874b0ac0e8efd346322a4.tar.xz
monzero-gui-db965e1265dbbcfd8b2874b0ac0e8efd346322a4.zip
changes due updates in bitmonero
-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