Skip to content

Commit

Permalink
Added patch for SNARK to make it work properly on Windows/MAC. Only a…
Browse files Browse the repository at this point in the history
…pplied in build-win.sh
  • Loading branch information
Tomas-M committed Nov 3, 2017
1 parent a8031da commit b6a913f
Show file tree
Hide file tree
Showing 2 changed files with 3,389 additions and 0 deletions.
2 changes: 2 additions & 0 deletions zcutil/build-win.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

cd "$(dirname "$(readlink -f "$0")")/.." #'"%#@!

patch -p 1 < ./zcutil/extra/snark-multiarch.diff

HOST=x86_64-w64-mingw32
CXX=x86_64-w64-mingw32-g++-posix
CC=x86_64-w64-mingw32-gcc-posix
Expand Down
Loading

0 comments on commit b6a913f

Please sign in to comment.