VirtualBox

source: vbox/trunk/src/libs/openssl-3.3.2/Configurations/platform/Cygwin.pm@ 108669

Last change on this file since 108669 was 108206, checked in by vboxsync, 3 months ago

openssl-3.3.2: Exported all files to OSE and removed .scm-settings ​bugref:10757

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 365 bytes
Line 
1package platform::Cygwin;
2
3use strict;
4use warnings;
5use Carp;
6
7use vars qw(@ISA);
8
9require platform::mingw;
10@ISA = qw(platform::mingw);
11
12# Assume someone set @INC right before loading this module
13use configdata;
14
15sub sharedname {
16 my $class = shift;
17 my $lib = platform::mingw->sharedname(@_);
18 $lib =~ s|^lib|cyg| if defined $lib;
19 return $lib;
20}
21
221;
Note: See TracBrowser for help on using the repository browser.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette