[macruby-changes] [597] MacRuby/trunk/Rakefile
source_changes at macosforge.org
source_changes at macosforge.org
Tue Sep 9 14:10:11 PDT 2008
Revision: 597
http://trac.macosforge.org/projects/ruby/changeset/597
Author: lsansonetti at apple.com
Date: 2008-09-09 14:10:10 -0700 (Tue, 09 Sep 2008)
Log Message:
-----------
s/cc/gcc
Modified Paths:
--------------
MacRuby/trunk/Rakefile
Modified: MacRuby/trunk/Rakefile
===================================================================
--- MacRuby/trunk/Rakefile 2008-09-09 19:41:29 UTC (rev 596)
+++ MacRuby/trunk/Rakefile 2008-09-09 21:10:10 UTC (rev 597)
@@ -399,7 +399,7 @@
CONFIG["optflags"] = "-O2"
CONFIG["debugflags"] = "-g"
CONFIG["warnflags"] = "-Wall -Wno-parentheses"
- CONFIG["LIBRUBY_LDSHARED"] = "cc -dynamiclib -undefined suppress -flat_namespace"
+ CONFIG["LIBRUBY_LDSHARED"] = "gcc -dynamiclib -undefined suppress -flat_namespace"
CONFIG["LIBRUBY_DLDFLAGS"] = "-install_name $(libdir)/lib$(RUBY_SO_NAME).dylib -current_version $(MAJOR).$(MINOR).$(TEENY) -compatibility_version $(MAJOR).$(MINOR)"
CONFIG["rubyw_install_name"] = ""
CONFIG["RUBYW_INSTALL_NAME"] = ""
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macruby-changes/attachments/20080909/d10fa980/attachment-0001.html
More information about the macruby-changes
mailing list