[macruby-changes] [3680] MacRuby/branches/icu/rakelib/builder/options.rb

source_changes at macosforge.org source_changes at macosforge.org
Wed Mar 3 12:28:32 PST 2010


Revision: 3680
          http://trac.macosforge.org/projects/ruby/changeset/3680
Author:   lsansonetti at apple.com
Date:     2010-03-03 12:28:30 -0800 (Wed, 03 Mar 2010)
Log Message:
-----------
do not pass -I./onig anymore

Modified Paths:
--------------
    MacRuby/branches/icu/rakelib/builder/options.rb

Modified: MacRuby/branches/icu/rakelib/builder/options.rb
===================================================================
--- MacRuby/branches/icu/rakelib/builder/options.rb	2010-03-03 20:17:56 UTC (rev 3679)
+++ MacRuby/branches/icu/rakelib/builder/options.rb	2010-03-03 20:28:30 UTC (rev 3680)
@@ -101,7 +101,7 @@
 
 CC = '/usr/bin/gcc-4.2'
 CXX = '/usr/bin/g++-4.2'
-CFLAGS = "-I. -I./include -I./onig -I/usr/include/libxml2 #{ARCHFLAGS} -fno-common -pipe -O3 -g -Wall -fexceptions"
+CFLAGS = "-I. -I./include -I/usr/include/libxml2 #{ARCHFLAGS} -fno-common -pipe -O3 -g -Wall -fexceptions"
 CFLAGS << " -Wno-parentheses -Wno-deprecated-declarations -Werror" if NO_WARN_BUILD
 OBJC_CFLAGS = CFLAGS + " -fobjc-gc-only"
 CXXFLAGS = `#{LLVM_CONFIG} --cxxflags #{LLVM_MODULES}`.sub(/-DNDEBUG/, '').strip
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macruby-changes/attachments/20100303/4a7b73e3/attachment.html>


More information about the macruby-changes mailing list