From e62ad11fddd85f2dad5d0d7e3089f4160b62f1a4 Mon Sep 17 00:00:00 2001 From: Asher Dawes Date: Sat, 26 May 2018 21:24:27 -0700 Subject: [PATCH] Fixed composite command --- zcutil/build-win.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/zcutil/build-win.sh b/zcutil/build-win.sh index 07a8ce89e..a3288e879 100755 --- a/zcutil/build-win.sh +++ b/zcutil/build-win.sh @@ -9,7 +9,8 @@ set -eu -o pipefail set -x cd "$(dirname "$(readlink -f "$0")")/.." -cd depends/ && make HOST=$HOST V=1 NO_QT=1 && cd ../ +cd depends/ && make HOST=$HOST V=1 NO_QT=1 +cd .. ./autogen.sh CONFIG_SITE=$PWD/depends/x86_64-w64-mingw32/share/config.site CXXFLAGS="-DPTW32_STATIC_LIB -DCURL_STATICLIB -DCURVE_ALT_BN128 -fopenmp -pthread" ./configure --prefix="${PREFIX}" --host=x86_64-w64-mingw32 --enable-static --disable-shared sed -i 's/-lboost_system-mt /-lboost_system-mt-s /' configure