Whoops undo last checkin which just had some experimentation.

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@4423 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
William S Fulton 2003-03-03 20:29:02 +00:00
commit 8c6cc355cb

View file

@ -251,7 +251,7 @@ int SWIG_main(int argc, char *argv[], Language *l) {
Printf(stderr, "Warning: Could not determine SWIG library location. Assuming " SWIG_LIB "\n");
sprintf(LibDir,"%s",SWIG_LIB); // Build up search paths
} else {
strcpy(p+1, "..\\..\\Lib");
strcpy(p+1, "Lib");
strcpy(LibDir, buf);
}
#else