Skip to content

Commit

Permalink
Fix 4.03 bootstrap problem
Browse files Browse the repository at this point in the history
  • Loading branch information
dra27 committed Oct 22, 2017
1 parent 3c82da1 commit 94df405
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions appveyor_build.sh
Expand Up @@ -61,6 +61,10 @@ case $OCAMLBRANCH in
;;
esac

if [ $OCAMLBRANCH = "4.03" ] ; then
sed -i -e "s/:=.*/:=/" config/Makefile.msvc64
fi

configure_ocaml

if [ ! -f $OCAMLROOT/STAMP ] || [ "$(git rev-parse HEAD)" != "$(cat $OCAMLROOT/STAMP)" ]; then
Expand Down

0 comments on commit 94df405

Please sign in to comment.