aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJasper Hugunin2020-08-31 13:49:56 -0700
committerJasper Hugunin2020-08-31 13:49:56 -0700
commitc10f60ac9e37e5a2c814a41af1d1260d856e57bb (patch)
treede2d094f70c83da788f3f31ad8367f59e1b682dd
parent84a32bbdf6572a45a78667803e574a561bbed21f (diff)
Add zarith to the include path for ocamldebug-coq
-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) \
"$@"