'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:
William S Fulton 2003-05-19 14:09:55 +00:00
commit c3a17e73b9

View file

@ -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) {