aboutsummaryrefslogtreecommitdiff
path: root/dev/build
diff options
context:
space:
mode:
authorPierre-Marie Pédrot2018-11-21 19:16:42 +0100
committerPierre-Marie Pédrot2018-11-21 19:16:42 +0100
commit5d3e09970635c68e993ed12fd3313fd2702915fa (patch)
tree61c06dcb7313b989bcc42aebf23d0b0cd2465e49 /dev/build
parent452cb15fd9647dc453cc36614cc469dfa91e3080 (diff)
parentaa151dbc7aa501bac78b835a80f9a25c5316d2dc (diff)
Merge PR #8945: [camlp5] Remove dependency on camlp5.
Diffstat (limited to 'dev/build')
-rwxr-xr-xdev/build/windows/makecoq_mingw.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev/build/windows/makecoq_mingw.sh b/dev/build/windows/makecoq_mingw.sh
index 0dcabc0b97..d0b5f4be47 100755
--- a/dev/build/windows/makecoq_mingw.sh
+++ b/dev/build/windows/makecoq_mingw.sh
@@ -1076,7 +1076,7 @@ function make_ocaml {
function make_ocaml_tools {
make_findlib
- make_camlp5
+ # make_camlp5
}
##### OCAML EXTRA LIBRARIES #####
@@ -1386,7 +1386,7 @@ function make_coq {
make_ocaml
make_num
make_findlib
- make_camlp5
+ # make_camlp5
make_lablgtk
if
case $COQ_VERSION in