# New Ticket Created by  Greg Bacon 
# Please include the string:  [perl #38200]
# in the subject line of all future correspondence about this issue. 
# <URL: https://rt.perl.org/rt3/Ticket/Display.html?id=38200 >


The attached patch against r11052 adds a missing trailing comma so
parrot can configure and build on Cygwin.

Enjoy,
Greg
Index: config/init/hints/cygwin.pm
===================================================================
--- config/init/hints/cygwin.pm (revision 11052)
+++ config/init/hints/cygwin.pm (working copy)
@@ -27,7 +27,8 @@
         libs                => $libs,
         has_static_linking  => 0,
         has_dynamic_linking => 1,
-        parrot_is_shared    => 1
+        parrot_is_shared    => 1,
+        libparrot_is_shared => 1,
     );
 
     # We need to define inet_aton on Cygwin.  The contents of the --define

Reply via email to