Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix unavailable expunge on Windows (#447)
Fix unavailable expunge on Windows Without this commit, get: ``` File "src/top/dune", line 33, characters 0-131: 33 | (rule 34 | (targets utop-expunged.bc) 35 | (action 36 | (run %{ocaml_where}/expunge %{dep:utop.bc} %{targets} 37 | %{read-lines:modules.txt}))) Error: File unavailable: Z:/source/dkml/build/pkg/bump/.ci/o/PR/lib/ocaml/expunge ``` Co-authored-by: Etienne Millon <[email protected]>
- Loading branch information