From: Kartik Thakore Date: Sat, 22 Aug 2009 15:56:06 +0000 (-0400) Subject: quick opt for FAIL: X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=31817c457c02ff4ed7785fbb8d55e7ae8abb3dd7;p=sdlgit%2FSDL_perl.git quick opt for FAIL: --- diff --git a/Build.PL b/Build.PL index 328eec3..ee13bdb 100644 --- a/Build.PL +++ b/Build.PL @@ -15,7 +15,7 @@ use SDL::Utility; use YAML; use YAML::Node; -croak 'Windows support is currently broken. If you are interested in helping please contact us at sdl-devel\@perl.org.' if ($^O eq 'MSWin32' || $^O eq 'MSWin64' || $^O eq 'cygwin' ); +croak 'Windows support is currently broken. If you are interested in helping please contact us at sdl-devel\@perl.org.' if ($^O =~ /MSWin*|cygwin/ ); my $sdl_compile_flags = SDL::Utility->sdl_c_flags(); my $sdl_link_flags = SDL::Utility->sdl_libs(); diff --git a/META.yml b/META.yml index 96046cd..6ef5b17 100644 --- a/META.yml +++ b/META.yml @@ -87,4 +87,5 @@ no_index: - make/lib/SDL/Build/Linux.pm - make/lib/SDL/Build/MSWin32.pm - make/lib/SDL/Build/Netbsd.pm + - make/lib/SDL/Build/Openbsd.pm - make/lib/SDL/Build/Solaris.pm