Skip to content

Commit

Permalink
Update build.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
niklasdewally authored Nov 20, 2023
1 parent eab087c commit d9b573f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion solvers/minion/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ if [ -d vendor/build ]; then
else
mkdir -p vendor/build
cd vendor/build
python3 ../configure.py --lib
python3 ../configure.py --lib --quick
fi

echo "------ BUILD STEP ------"
Expand Down

0 comments on commit d9b573f

Please sign in to comment.