ecl: use included libgc

This commit is contained in:
Felix Lange 2020-11-26 01:01:55 +01:00
parent 10ef80024f
commit b0deef5246
1 changed files with 2 additions and 1 deletions

View File

@ -45,5 +45,6 @@ termux_step_configure() {
--build=$TERMUX_BUILD_TUPLE \
--with-cross-config=$crossconfig \
--disable-c99complex \
--enable-gmp=system
--enable-gmp=system \
--enable-boehm=included
}