aboutsummaryrefslogtreecommitdiff
path: root/ide/dune
diff options
context:
space:
mode:
authorPierre-Marie Pédrot2018-11-05 10:07:20 +0100
committerPierre-Marie Pédrot2018-11-05 10:07:20 +0100
commitd813a48dcc80ca9763fd48d9e369bd21062c21d8 (patch)
tree7699e701802485a301986e40765a1bd8807a86ea /ide/dune
parent782736024e75a67c7dd1cbb7801b217f72f79fe5 (diff)
parente06875ccc11c52b9b9526858c18358a9c4588099 (diff)
Merge PR #8843: Remove coqide ml4
Diffstat (limited to 'ide/dune')
-rw-r--r--ide/dune6
1 files changed, 3 insertions, 3 deletions
diff --git a/ide/dune b/ide/dune
index 70a1709f37..5714b1370e 100644
--- a/ide/dune
+++ b/ide/dune
@@ -33,9 +33,9 @@
(libraries coqide-server.protocol coqide-server.core lablgtk2.sourceview2))
(rule
- (targets coqide_main.ml)
- (deps (:ml4-file coqide_main.ml4))
- (action (run coqmlp5 -loc loc -impl %{ml4-file} -o %{targets})))
+ (targets coqide_os_specific.ml)
+ (deps (:in-file coqide_X11.ml.in)) ; TODO support others
+ (action (run cp %{in-file} %{targets})))
(executable
(name coqide_main)