Sleep deprived typos are the best typos.

This commit is contained in:
Geenz 2015-04-01 19:28:26 -04:00
parent 5af3411513
commit ba031d15de
1 changed files with 1 additions and 1 deletions

View File

@ -1034,7 +1034,7 @@ cli_compile_cppfile(void *arg)
args[idx++] = cf->opath;
args[idx] = NULL;
execvp(compiler, args);
execvp(cppcompiler, args);
}
#endif