'swig -version' prints target platform after compiler
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@4795 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
8c0de3b0c0
commit
c3a17e73b9
1 changed files with 1 additions and 1 deletions
|
|
@ -362,7 +362,7 @@ int SWIG_main(int argc, char *argv[], Language *l) {
|
|||
fprintf(stderr,"University of Utah and the Regents of the University of California\n");
|
||||
fprintf(stderr,"Copyright (c) 1998-2002\n");
|
||||
fprintf(stderr,"University of Chicago\n");
|
||||
fprintf(stderr,"Compiled with %s\n", SWIG_CXX);
|
||||
fprintf(stderr,"Compiled with %s [%s]\n", SWIG_CXX, SWIG_PLATFORM);
|
||||
fprintf(stderr,"\nPlease see %s for reporting bugs and further information\n", PACKAGE_BUGREPORT);
|
||||
SWIG_exit (EXIT_SUCCESS);
|
||||
} else if (strncmp(argv[i],"-l",2) == 0) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue