From a949ba79bedee3c0d71accfb04ed9bb9a6ff88fe Mon Sep 17 00:00:00 2001 From: FireMartZ Date: Sun, 15 Apr 2018 20:17:37 -0400 Subject: [PATCH] Do not disable zmq on windows build. Needs to be tested before closing #122 --- zcutil/build-win.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zcutil/build-win.sh b/zcutil/build-win.sh index 842be721c..bdebca684 100755 --- a/zcutil/build-win.sh +++ b/zcutil/build-win.sh @@ -12,6 +12,6 @@ cd "$(dirname "$(readlink -f "$0")")/.." cd depends/ && make HOST=$HOST V=1 NO_QT=1 && cd ../ ./autogen.sh sed -i 's/-lboost_system-mt /-lboost_system-mt-s /' configure -CXXFLAGS="-DPTW32_STATIC_LIB -DCURVE_ALT_BN128 -fopenmp -pthread" CONFIG_SITE=$PWD/depends/x86_64-w64-mingw32/share/config.site ./configure --prefix="${PREFIX}" --host=x86_64-w64-mingw32 --enable-static --disable-shared --disable-zmq --disable-rust --disable-proton +CXXFLAGS="-DPTW32_STATIC_LIB -DCURVE_ALT_BN128 -fopenmp -pthread" CONFIG_SITE=$PWD/depends/x86_64-w64-mingw32/share/config.site ./configure --prefix="${PREFIX}" --host=x86_64-w64-mingw32 --enable-static --disable-shared --disable-rust --disable-proton cd src/ CC="${CC}" CXX="${CXX}" make V=1 -j4 hushd.exe hush-cli.exe hush-tx.exe