perl use the proper library directory

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@7709 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
Marcelo Matus 2005-10-24 15:45:53 +00:00
commit b52bcbb2df

View file

@ -127,7 +127,7 @@ public:
int i = 1;
int cppcast = 1;
SWIG_library_directory("nperl5");
SWIG_library_directory("perl5");
for (i = 1; i < argc; i++) {
if (argv[i]) {
if(strcmp(argv[i],"-package") == 0) {