diff options
Diffstat (limited to 'ext/IPC/SysV/hints/cygwin.pl')
-rw-r--r-- | ext/IPC/SysV/hints/cygwin.pl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ext/IPC/SysV/hints/cygwin.pl b/ext/IPC/SysV/hints/cygwin.pl new file mode 100644 index 0000000000..e1a1dea217 --- /dev/null +++ b/ext/IPC/SysV/hints/cygwin.pl @@ -0,0 +1,2 @@ +# SysV IPC is an optional Cygwin package +$self->{LIBS} = ['-lcygipc'] |