Improved example script for cross compiling Bochs on Linux for Windows.

- Disable the readline library since it's not present by default.
- Added support for adding config options with variable CONFIGURE_ARGS.
This commit is contained in:
Volker Ruppert 2021-03-29 11:39:24 +00:00
parent 249fcf9442
commit 5406c037ec

View File

@ -33,4 +33,6 @@ export WINDRES
--enable-es1370 \
--enable-e1000 \
--enable-show-ips \
--with-win32 --with-rfb --with-nogui
--disable-readline \
--with-win32 --with-rfb --with-nogui \
${CONFIGURE_ARGS}