We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a5cd47 commit b3c52aaCopy full SHA for b3c52aa
src/if_perl.xs
@@ -151,7 +151,7 @@ typedef int perl_key;
151
#define symbol_from_dll dlsym
152
#define close_dll dlclose
153
# if defined(MACOS_X_UNIX)
154
-# define DYNAMIC_PERL_DLL "/System/Library/Perl/lib/5.16/libperl.dylib"
+# define DYNAMIC_PERL_DLL "/System/Library/Perl/5.16/darwin-thread-multi-2level/CORE/libperl.dylib"
155
# else
156
# define DYNAMIC_PERL_DLL "libperl.so"
157
# endif
0 commit comments