There was an error while loading. Please reload this page.
1 parent 05d3603 commit e4b68eaCopy full SHA for e4b68ea
1 file changed
appveyor_build.sh
@@ -33,6 +33,7 @@ function configure_ocaml {
33
--disable-unix-lib \
34
--disable-bigarray-lib \
35
$GRAPHICS_DISABLE \
36
+ $OCAMLTEST_DISABLE \
37
--disable-debug-runtime
38
else
39
# "Classic" configuration
@@ -93,6 +94,7 @@ esac
93
94
MAKEOCAML=make
95
CONFIG_DIR=config
96
GRAPHICS_DISABLE=
97
+OCAMLTEST_DISABLE=--disable-ocamltest
98
HEADER_DIR=
99
FLEXDLL_BOOTSTRAP_WORKS=1
100
@@ -105,9 +107,13 @@ case $OCAML_RELEASE in
105
107
406|407)
106
108
HEADER_DIR=byterun/caml;;
109
408)
110
+ OCAMLTEST_DISABLE=''
111
GRAPHICS_DISABLE=--disable-graph-lib
112
FLEXDLL_BOOTSTRAP_WORKS=0;;
- 409|410|411|412)
113
+ 409|410)
114
115
+ FLEXDLL_BOOTSTRAP_WORKS=0;;
116
+ 411|412)
117
118
esac
119
0 commit comments