aboutsummaryrefslogtreecommitdiff
path: root/dev
diff options
context:
space:
mode:
authorcoqbot-app[bot]2020-09-01 08:02:47 +0000
committerGitHub2020-09-01 08:02:47 +0000
commitd66dbf1b6395454ea58621ef4eab5eb0b5f7fead (patch)
treede2d094f70c83da788f3f31ad8367f59e1b682dd /dev
parent84a32bbdf6572a45a78667803e574a561bbed21f (diff)
parentc10f60ac9e37e5a2c814a41af1d1260d856e57bb (diff)
Merge PR #12962: Add zarith to the include path for ocamldebug-coq
Reviewed-by: SkySkimmer
Diffstat (limited to 'dev')
-rw-r--r--dev/ocamldebug-coq.run1
1 files changed, 1 insertions, 0 deletions
diff --git a/dev/ocamldebug-coq.run b/dev/ocamldebug-coq.run
index a11269e059..91cb6168e1 100644
--- a/dev/ocamldebug-coq.run
+++ b/dev/ocamldebug-coq.run
@@ -34,4 +34,5 @@ exec $OCAMLDEBUG \
-I $COQTOP/plugins/subtac -I $COQTOP/plugins/syntax \
-I $COQTOP/plugins/xml -I $COQTOP/plugins/ltac \
-I $COQTOP/ide \
+ $(ocamlfind query -recursive -i-format zarith) \
"$@"