From db965e1265dbbcfd8b2874b0ac0e8efd346322a4 Mon Sep 17 00:00:00 2001 From: Ilya Kitaev Date: Thu, 1 Sep 2016 23:22:06 +0300 Subject: [PATCH] changes due updates in bitmonero --- get_libwallet_api.sh | 2 +- monero-core.pro | 3 +-- 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