[macruby-changes] [4232] MacRuby/trunk/rakelib/builder/options.rb

source_changes at macosforge.org source_changes at macosforge.org
Wed Jun 16 15:45:31 PDT 2010


Revision: 4232
          http://trac.macosforge.org/projects/ruby/changeset/4232
Author:   lsansonetti at apple.com
Date:     2010-06-16 15:45:30 -0700 (Wed, 16 Jun 2010)
Log Message:
-----------
forgot to add local ICU header path to static flags

Modified Paths:
--------------
    MacRuby/trunk/rakelib/builder/options.rb

Modified: MacRuby/trunk/rakelib/builder/options.rb
===================================================================
--- MacRuby/trunk/rakelib/builder/options.rb	2010-06-16 22:42:18 UTC (rev 4231)
+++ MacRuby/trunk/rakelib/builder/options.rb	2010-06-16 22:45:30 UTC (rev 4232)
@@ -141,8 +141,11 @@
 
 if `sw_vers -productVersion`.to_f <= 10.6
   CFLAGS << " -I./icu-1060"
+  CFLAGS_STATIC << " -I./icu-1060"
   CXXFLAGS << " -I./icu-1060"
+  CXXFLAGS_STATIC << " -I./icu-1060"
   OBJC_CFLAGS << " -I./icu-1060"
+  OBJC_CFLAGS_STATIC << " -I./icu-1060"
 else
   if !File.exist?('/usr/local/include/unicode')
     $stderr.puts "Cannot locate ICU headers for this version of Mac OS X."
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macruby-changes/attachments/20100616/3804597b/attachment.html>


More information about the macruby-changes mailing list