Automating kmd-cli tool packaging.

This commit is contained in:
Asher Dawes
2018-06-01 12:07:07 -07:00
parent 726cc3a386
commit 254ec2c596
8 changed files with 24 additions and 29 deletions

View File

@@ -10,7 +10,7 @@ set -x
cd "$(dirname "$(readlink -f "$0")")/.."
cd depends/ && make HOST=$HOST V=1 NO_QT=1
cd ..
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