Disabled READLINE in MXE cross build

This commit is contained in:
Clifford Wolf 2014-10-18 18:21:33 +02:00
parent 41db98ba31
commit 57cd485236
1 changed files with 1 additions and 0 deletions

View File

@ -355,6 +355,7 @@ config-mxe: clean
echo 'CONFIG := mxe' > Makefile.conf echo 'CONFIG := mxe' > Makefile.conf
echo 'ENABLE_TCL := 0' >> Makefile.conf echo 'ENABLE_TCL := 0' >> Makefile.conf
echo 'ENABLE_PLUGINS := 0' >> Makefile.conf echo 'ENABLE_PLUGINS := 0' >> Makefile.conf
echo 'ENABLE_READLINE := 0' >> Makefile.conf
config-gprof: clean config-gprof: clean
echo 'CONFIG := gcc' > Makefile.conf echo 'CONFIG := gcc' > Makefile.conf