Fix bug in m4_mathpunc
[maxima.git] / crosscompile-windows / wine-clisp.sh.tmpl
blob97a2eb354a73f51f8b8e6358be0c22715bb4d69f
1 #!/bin/sh
2 # SPDX-License-Identifier: GPL-2.0-or-later
3 WINEPREFIX=@CMAKE_BINARY_DIR@/wine
4 export WINEPREFIX
5 # do not install (and pop up a window) for Mono and Gecko - not needed.
6 WINEDLLOVERRIDES="mscoree,mshtml="
7 export WINEDLLOVERRIDES
8 unset DISPLAY
9 @WINE_EXE@ @CMAKE_BINARY_DIR@/clisp-prefix/src/clisp/clisp.exe "$@"