diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 2000-01-07 18:23:16 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 2000-01-07 18:23:16 +0000 |
commit | 4fabb5965cb13ba2085b455bf751c89110c43659 (patch) | |
tree | c4832b84f0959a8c3e08363d90592f465f6dc0a5 /ext/IPC | |
parent | 65346fe1a9b07a3de1b94fead7e905d3a8dad1d5 (diff) | |
download | perl-4fabb5965cb13ba2085b455bf751c89110c43659.tar.gz |
cygwin update (from Eric Fifer <EFifer@sanwaint.com>)
p4raw-id: //depot/perl@4769
Diffstat (limited to 'ext/IPC')
-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'] |