We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8da7072 commit f8affb8Copy full SHA for f8affb8
CHANGES.md
@@ -1,3 +1,8 @@
1
+2.13.1 (Pending)
2
+----------------
3
+
4
+* Fix unavailable expunge on Windows (#447, @jonahbeckford)
5
6
2.13.0 (2023-07-03)
7
-------------------
8
src/top/dune
@@ -33,7 +33,7 @@
33
(rule
34
(targets utop-expunged.bc)
35
(action
36
- (run %{ocaml_where}/expunge %{dep:utop.bc} %{targets}
+ (run %{ocaml_where}/expunge%{ext_exe} %{dep:utop.bc} %{targets}
37
%{read-lines:modules.txt})))
38
39
(install
0 commit comments