Skip to content

Commit

Permalink
Update setup-project.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
gares authored Jan 24, 2025
1 parent eab6181 commit 6cf19dc
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion etc/setup-project.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,9 @@ cat > dune-project <<EOF
(using coq 0.8)
EOF

export COQPATH="$DUNE_SOURCEROOT/_build/install/default/lib/coq/user-contrib"
if ocamlfind query rocq-core; then
export ROCQPATH="$DUNE_SOURCEROOT/_build/install/default/lib/coq/user-contrib"
else
export COQPATH="$DUNE_SOURCEROOT/_build/install/default/lib/coq/user-contrib"
fi
export DUNE_CACHE=disabled

0 comments on commit 6cf19dc

Please sign in to comment.