diff options
| author | coqbot-app[bot] | 2020-09-01 08:02:47 +0000 |
|---|---|---|
| committer | GitHub | 2020-09-01 08:02:47 +0000 |
| commit | d66dbf1b6395454ea58621ef4eab5eb0b5f7fead (patch) | |
| tree | de2d094f70c83da788f3f31ad8367f59e1b682dd | |
| parent | 84a32bbdf6572a45a78667803e574a561bbed21f (diff) | |
| parent | c10f60ac9e37e5a2c814a41af1d1260d856e57bb (diff) | |
Merge PR #12962: Add zarith to the include path for ocamldebug-coq
Reviewed-by: SkySkimmer
| -rw-r--r-- | dev/ocamldebug-coq.run | 1 |
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) \ "$@" |
