jam: Pass -e to JAMSHELL.

Equivalent to hrev55387 in Haiku.
This commit is contained in:
Augustin Cavalier 2021-09-06 16:10:33 -04:00
parent bc70af2399
commit 139f4e7c6c
2 changed files with 2 additions and 2 deletions

View File

@ -272,7 +272,7 @@ if $(NT) {
CC ?= gcc ;
CCFLAGS += -D__cygwin__ ;
LEX ?= flex ;
JAMSHELL ?= sh -c ;
JAMSHELL ?= sh -e -c ;
RANLIB ?= "" ;
SUFEXE ?= .exe ;
YACC ?= bison -y ;

View File

@ -120,7 +120,7 @@ const char *jambase[] = {
"CC ?= gcc ;\n",
"CCFLAGS += -D__cygwin__ ;\n",
"LEX ?= flex ;\n",
"JAMSHELL ?= sh -c ;\n",
"JAMSHELL ?= sh -e -c ;\n",
"RANLIB ?= \"\" ;\n",
"SUFEXE ?= .exe ;\n",
"YACC ?= bison -y ;\n",