--shell support in MPW

This commit is contained in:
Kelvin Sherlock 2016-07-19 12:37:02 -04:00
parent b4db751cbe
commit adbf776d31
1 changed files with 1 additions and 1 deletions

View File

@ -135,7 +135,7 @@ void launch_mpw(const Environment &env, const std::vector<std::string> &argv, co
cargv.push_back((char *)"mpw");
//cargv.push_back((char *)"--shell");
cargv.push_back((char *)"--shell");
unsigned offset = cargv.size();