aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--dev/ocamldebug-v7.template2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev/ocamldebug-v7.template b/dev/ocamldebug-v7.template
index 232e433bf..b2510be44 100644
--- a/dev/ocamldebug-v7.template
+++ b/dev/ocamldebug-v7.template
@@ -28,7 +28,7 @@ case $coqdebug in
-I $COQTOP/lib -I $COQTOP/kernel \
-I $COQTOP/library -I $COQTOP/pretyping -I $COQTOP/parsing \
-I $COQTOP/proofs -I $COQTOP/tactics \
- -I $COQTOP/toplevel -I $COQTOP/dev \
+ -I $COQTOP/toplevel -I $COQTOP/dev -I $COQTOP/config \
-I $COQTOP/contrib/omega -I $COQTOP/contrib/ring \
$* $args;;
*) exec $OCAMLDEBUG $*;;