Added variable CONFIGURE_ARGS to simplify adding/overriding options.

This commit is contained in:
Volker Ruppert 2021-10-24 15:32:23 +00:00
parent eef679a8a4
commit 693a8746d7
1 changed files with 2 additions and 1 deletions

View File

@ -32,4 +32,5 @@ export CXXFLAGS
--enable-es1370 \
--enable-e1000 \
--enable-show-ips \
--with-win32 --with-rfb --with-nogui
--with-win32 --with-rfb --with-nogui \
${CONFIGURE_ARGS}