Subject: | Syntax Error in Cygwin Build Module |
The Cygwin build module has a syntax error that keeps the installation from working. Attached is a patch against 'make/lib/SDL/Build/Cygwin.pm' that fixes the error.
38c38
< push @ $subsystem{ libs } }, '-lpthreads';
---
> push @{ $subsystem{ libs } }, '-lpthreads';