Skip to content

Commit

Permalink
quick opt for FAIL:
Browse files Browse the repository at this point in the history
  • Loading branch information
Kartik Thakore committed Aug 22, 2009
1 parent 49ee715 commit 31817c4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Build.PL
Expand Up @@ -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();
Expand Down
1 change: 1 addition & 0 deletions META.yml
Expand Up @@ -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

0 comments on commit 31817c4

Please sign in to comment.