···27 "--with-system-ffi"
28 "--enable-readline"
2930- # there is at least one unfixed issue building the tests, so I didn't bother
31- "--disable-tests"
32-33 # enabling these because they're wanted by 0ad. They may or may
34 # not be good defaults for other uses.
35 "--enable-gcgenerational"
···43 # This addresses some build system bug. It's quite likely to be safe
44 # to re-enable parallel builds if the source revision changes.
45 enableParallelBuilding = false;
46-47- # see comment by --disable-tests
48- doCheck = false;
4950 postFixup = ''
51 # The headers are symlinks to a directory that doesn't get put
···27 "--with-system-ffi"
28 "--enable-readline"
2900030 # enabling these because they're wanted by 0ad. They may or may
31 # not be good defaults for other uses.
32 "--enable-gcgenerational"
···40 # This addresses some build system bug. It's quite likely to be safe
41 # to re-enable parallel builds if the source revision changes.
42 enableParallelBuilding = false;
0004344 postFixup = ''
45 # The headers are symlinks to a directory that doesn't get put