Fix the crosscompiled Maxima build.
commitec3813eeb7d0b397e03bea810fb15a754695b675
authorWolfgang Dautermann <dauti@users.sourceforge.net>
Tue, 5 Jul 2022 19:04:28 +0000 (5 21:04 +0200)
committerWolfgang Dautermann <dauti@users.sourceforge.net>
Tue, 5 Jul 2022 19:04:28 +0000 (5 21:04 +0200)
treec4f23300e1226b333ea83f19296868d387215f64
parent61c00fd721df4f78dad8bffea8ae7325b1fd18a8
Fix the crosscompiled Maxima build.

It seems, maxima-local is now called during the build process.

This resulted in error messages like
fatal error encountered in SBCL pid 106107:
more than one core file specified

We call during the build sbcl.exe --core sbcl.core (using wine),
and a maxima specific maxima.core image is one core file too much.

So check if, the "--core" option is used (just a quick check, if it is
the first parameter, there might be other options before, but for now
that works).
crosscompile-windows/wine-sbcl.sh.tmpl