aboutsummaryrefslogtreecommitdiff
path: root/dev/ocamldebug-coq.run
diff options
context:
space:
mode:
authorGaëtan Gilbert2018-11-26 13:45:19 +0100
committerGaëtan Gilbert2018-11-26 13:45:19 +0100
commitc6aecd8a930c069b2c9a02e846d80e12a82dc54f (patch)
tree57ac15956448c437768afc80823bea26bed082d0 /dev/ocamldebug-coq.run
parentb400fa987dec3c2dabfd69ce305d3ab8f1dc8952 (diff)
Fix ocamldebug-coq for packed gramlib
Diffstat (limited to 'dev/ocamldebug-coq.run')
-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 707c7f07ce..c1dcabb743 100644
--- a/dev/ocamldebug-coq.run
+++ b/dev/ocamldebug-coq.run
@@ -17,6 +17,7 @@ exec $OCAMLDEBUG \
-I +threads \
-I $COQTOP \
-I $COQTOP/config -I $COQTOP/printing -I $COQTOP/grammar -I $COQTOP/clib \
+ -I $COQTOP/gramlib__pack \
-I $COQTOP/lib -I $COQTOP/kernel -I $COQTOP/kernel/byterun \
-I $COQTOP/library -I $COQTOP/engine \
-I $COQTOP/pretyping -I $COQTOP/parsing -I $COQTOP/vernac \