[svn:parrot] r41022 - trunk/config/inter

dukeleto at svn.parrot.org dukeleto at svn.parrot.org
Sun Sep 6 00:02:34 UTC 2009


Author: dukeleto
Date: Sun Sep  6 00:02:34 2009
New Revision: 41022
URL: https://trac.parrot.org/parrot/changeset/41022

Log:
[cage] Unbreak the build

Modified:
   trunk/config/inter/libparrot.pm

Modified: trunk/config/inter/libparrot.pm
==============================================================================
--- trunk/config/inter/libparrot.pm	Sat Sep  5 23:53:52 2009	(r41021)
+++ trunk/config/inter/libparrot.pm	Sun Sep  6 00:02:34 2009	(r41022)
@@ -56,7 +56,7 @@
     if ($^O eq 'cygwin') {
         @libs = ('libparrot.dll.a');
     }
-    if ($^O eq 'darwin' {
+    if ($^O eq 'darwin'){
         @libs = qw/libparrot.dylib libparrot.a/;
     }
     if (defined $ENV{LD_LIBRARY_PATH}) {


More information about the parrot-commits mailing list