diff options
| author | Maxime Dénès | 2018-01-16 13:40:36 +0100 |
|---|---|---|
| committer | Maxime Dénès | 2018-01-16 13:40:36 +0100 |
| commit | e77fa3a6226926cca7893c4fbc620bcf2372698e (patch) | |
| tree | 8758a94d76891194a0f5b237b1879d2f7ba1b5ae /dev | |
| parent | efea3760daed495ae072c6dcb258201d236425cc (diff) | |
| parent | bd7c33aa5708131b2980ab580b30794b2ada31a4 (diff) | |
Merge PR #6590: Fix the wrapper around ocamldebug.
Diffstat (limited to 'dev')
| -rw-r--r-- | dev/ocamldebug-coq.run | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev/ocamldebug-coq.run b/dev/ocamldebug-coq.run index 3850c05fd9..3cbccab44c 100644 --- a/dev/ocamldebug-coq.run +++ b/dev/ocamldebug-coq.run @@ -17,7 +17,7 @@ export CAML_LD_LIBRARY_PATH=$COQTOP/kernel/byterun:$CAML_LD_LIBRARY_PATH exec $OCAMLDEBUG \ -I $CAMLP4LIB -I +threads \ -I $COQTOP \ - -I $COQTOP/config -I $COQTOP/printing -I $COQTOP/grammar \ + -I $COQTOP/config -I $COQTOP/printing -I $COQTOP/grammar -I $COQTOP/clib \ -I $COQTOP/lib -I $COQTOP/intf -I $COQTOP/kernel -I $COQTOP/kernel/byterun \ -I $COQTOP/library -I $COQTOP/engine \ -I $COQTOP/pretyping -I $COQTOP/parsing -I $COQTOP/vernac \ |
