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:
parent
66170edbb9
commit
b52bcbb2df
1 changed files with 1 additions and 1 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue