Skip to content

Commit

Permalink
使うminisatのリポジトリを変更.
Browse files Browse the repository at this point in the history
  • Loading branch information
Yokohama-Miyazawa committed Dec 9, 2019
1 parent f7ccb6a commit e02a511
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion minisat/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ cd build

if [ ! -d "minisat" ]; then
echo "Cloning from git"
git clone https://github.com/niklasso/minisat.git
#git clone https://github.com/niklasso/minisat.git
git clone https://github.com/agurfinkel/minisat.git

echo "Patching minisat to build and work with emscripten"
for p in ../patches/*.patch; do patch -p0 < $p; done
Expand Down

0 comments on commit e02a511

Please sign in to comment.