[macruby-changes] [3846] MacRuby/trunk/rakelib/builder/options.rb
source_changes at macosforge.org
source_changes at macosforge.org
Mon Mar 22 22:23:08 PDT 2010
Revision: 3846
http://trac.macosforge.org/projects/ruby/changeset/3846
Author: martinlagardette at apple.com
Date: 2010-03-22 22:23:05 -0700 (Mon, 22 Mar 2010)
Log Message:
-----------
Add ICU include dir in OBJC_CFLAGS
Modified Paths:
--------------
MacRuby/trunk/rakelib/builder/options.rb
Modified: MacRuby/trunk/rakelib/builder/options.rb
===================================================================
--- MacRuby/trunk/rakelib/builder/options.rb 2010-03-23 04:29:30 UTC (rev 3845)
+++ MacRuby/trunk/rakelib/builder/options.rb 2010-03-23 05:23:05 UTC (rev 3846)
@@ -121,6 +121,7 @@
if `sw_vers -productVersion`.to_f <= 10.6
CFLAGS << " -I./icu-1060"
CXXFLAGS << " -I./icu-1060"
+ OBJC_CFLAGS << " -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/20100322/e7486eae/attachment.html>
More information about the macruby-changes
mailing list