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();
- 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