Skip to content

Commit

Permalink
fix bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
Tomas-M committed Sep 25, 2017
1 parent 1e243ee commit e901567
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/init.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@

#ifndef WIN32
#include <signal.h>
#include <conio.h>
#endif

#include <boost/algorithm/string/predicate.hpp>
Expand Down
3 changes: 2 additions & 1 deletion zcutil/build-win.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ CXXFLAGS="-DPTW32_STATIC_LIB -DCURVE_ALT_BN128 -fopenmp -pthread" CONFIG_SITE=$P
sed -i 's/-lboost_system-mt /-lboost_system-mt-s /' configure
CC="${CC}" CXX="${CXX}" make V=1

cd ../src/
cd src
cp -f zcashd.exe votecoind.exe
cp -f zcash-cli.exe votecoin-cli.exe
cp -f zcash-tx.exe votecoin-tx.exe
cd ..

0 comments on commit e901567

Please sign in to comment.