Skip to content

Commit

Permalink
updated minizinc installation
Browse files Browse the repository at this point in the history
  • Loading branch information
ap421 committed Feb 23, 2024
1 parent 6a005fc commit 814903f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions etc/build/install-minizinc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,7 @@ mkdir -p ${BIN_DIR}/share
cp -r ../share/minizinc ${BIN_DIR}/share/minizinc
echo "minizinc executable is at ${BIN_DIR}/minizinc"
ls -l ${BIN_DIR}/minizinc
export MZN_STDLIB_DIR=${BIN_DIR}/share/minizinc/
echo "set env variable MZN_STDLIB_DIR to ${BIN_DIR}/share/minizinc. Please consider making it permanent"
popd
rm -rf tmp-install-minizinc

0 comments on commit 814903f

Please sign in to comment.