Skip to content

Commit

Permalink
local switch needs an ocaml version, otherwise opam complains (only i…
Browse files Browse the repository at this point in the history
…f there is no switch yet), see ocaml/opam#3874
  • Loading branch information
vogler committed Jun 18, 2019
1 parent 2ea6289 commit c7d6e85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion make.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ ocb() {
opam_setup() {
set -x
opam init -y -a --bare
opam switch -y create ./ --deps-only
opam switch -y create ./ --deps-only 4.07.1
# opam install camlp4 mongo # camlp4 needed for mongo
}

Expand Down

0 comments on commit c7d6e85

Please sign in to comment.