dont replicate the -nopreprocess command if it is given when using swig as compiler
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@10933 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
9cf5256b93
commit
1cdc534a65
1 changed files with 0 additions and 1 deletions
|
|
@ -887,7 +887,6 @@ static void process_args(int argc, char **argv)
|
|||
|
||||
/* the input file is already preprocessed */
|
||||
if (swig && strcmp(argv[i], "-nopreprocess") == 0) {
|
||||
args_add(stripped_args, argv[i]);
|
||||
direct_i_file = 1;
|
||||
continue;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue