Skip to content

Commit

Permalink
partially fix the dune build
Browse files Browse the repository at this point in the history
asmcomp/debug was removed by ocaml#10355

There is still a failure on my machine:

    File "asmcomp/emitaux.mli", line 88, characters 31-55:
    Error: Unbound module Emitenv

asmcomp/mitenv is a .mli-only module that was apprently introduced in ocaml#8936.
  • Loading branch information
gasche authored and t6s committed May 10, 2021
1 parent 62e9752 commit e1dbe90
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion dune
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@
(copy_files# bytecomp/*.ml{,i})
(copy_files# driver/*.ml{,i})
(copy_files# asmcomp/*.ml{,i})
(copy_files# asmcomp/debug/*.ml{,i})
(copy_files# file_formats/*.ml{,i})
(copy_files# lambda/*.ml{,i})
(copy_files# middle_end/*.ml{,i})
Expand Down

0 comments on commit e1dbe90

Please sign in to comment.