[macruby-changes] [309] MacRuby/trunk/Rakefile

source_changes at macosforge.org source_changes at macosforge.org
Sat Jul 5 20:48:53 PDT 2008


Revision: 309
          http://trac.macosforge.org/projects/ruby/changeset/309
Author:   lsansonetti at apple.com
Date:     2008-07-05 20:48:53 -0700 (Sat, 05 Jul 2008)
Log Message:
-----------
fixe the no-warn-build

Modified Paths:
--------------
    MacRuby/trunk/Rakefile

Modified: MacRuby/trunk/Rakefile
===================================================================
--- MacRuby/trunk/Rakefile	2008-07-05 05:12:56 UTC (rev 308)
+++ MacRuby/trunk/Rakefile	2008-07-06 03:48:53 UTC (rev 309)
@@ -18,7 +18,7 @@
 ARCHS = do_option('archs', %w{ppc i386}) { |x| x.split(',') }
 FRAMEWORK_NAME = do_option('framework_name', 'MacRuby')
 FRAMEWORK_INSTDIR = do_option('framework_instdir', '/Library/Frameworks')
-NO_WARN_BUILD = !do_option('allow_build_warnings', true)
+NO_WARN_BUILD = !do_option('allow_build_warnings', false)
 BUILD_AS_EMBEDDABLE = do_option('build_as_embeddable', false)
 
 # TODO: we should find a way to document these options in rake's --help
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macruby-changes/attachments/20080705/44dd9480/attachment.html 


More information about the macruby-changes mailing list