diff options
| author | Jasper Hugunin | 2020-08-31 13:49:56 -0700 |
|---|---|---|
| committer | Jasper Hugunin | 2020-08-31 13:49:56 -0700 |
| commit | c10f60ac9e37e5a2c814a41af1d1260d856e57bb (patch) | |
| tree | de2d094f70c83da788f3f31ad8367f59e1b682dd /dev | |
| parent | 84a32bbdf6572a45a78667803e574a561bbed21f (diff) | |
Add zarith to the include path for ocamldebug-coq
Diffstat (limited to 'dev')
| -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) \ "$@" |
