[macruby-changes] [1998] MacRuby/branches/experimental/rakelib/builder.rake

source_changes at macosforge.org source_changes at macosforge.org
Mon Jul 6 16:18:16 PDT 2009


Revision: 1998
          http://trac.macosforge.org/projects/ruby/changeset/1998
Author:   lsansonetti at apple.com
Date:     2009-07-06 16:18:15 -0700 (Mon, 06 Jul 2009)
Log Message:
-----------
fixed ripper's build to use relative links

Modified Paths:
--------------
    MacRuby/branches/experimental/rakelib/builder.rake

Modified: MacRuby/branches/experimental/rakelib/builder.rake
===================================================================
--- MacRuby/branches/experimental/rakelib/builder.rake	2009-07-06 20:54:26 UTC (rev 1997)
+++ MacRuby/branches/experimental/rakelib/builder.rake	2009-07-06 23:18:15 UTC (rev 1998)
@@ -318,8 +318,8 @@
   sh "./miniruby -I./lib -I.ext/common -I./- -r./ext/purelib.rb ext/extmk.rb #{EXTMK_ARGS}"
 =end
   Dir.chdir('ext/ripper') do
-    sh "../../miniruby extconf.rb"
-    sh "/usr/bin/make top_srcdir=../.. ruby=../../miniruby"
+    sh "../../miniruby -I../.. -I../../lib extconf.rb"
+    sh "/usr/bin/make top_srcdir=../.. ruby=\"../../miniruby -I../.. -I../../lib\" libdir=../.."
   end
   $stderr.puts "Skipping other extensions (for now)..."
 end
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macruby-changes/attachments/20090706/ea67f327/attachment.html>


More information about the macruby-changes mailing list