[macruby-changes] [1988] MacRuby/branches/experimental/ext/ripper/extconf.rb

source_changes at macosforge.org source_changes at macosforge.org
Sat Jul 4 23:42:45 PDT 2009


Revision: 1988
          http://trac.macosforge.org/projects/ruby/changeset/1988
Author:   lsansonetti at apple.com
Date:     2009-07-04 23:42:45 -0700 (Sat, 04 Jul 2009)
Log Message:
-----------
adding -I./onig to the headers list

Modified Paths:
--------------
    MacRuby/branches/experimental/ext/ripper/extconf.rb

Modified: MacRuby/branches/experimental/ext/ripper/extconf.rb
===================================================================
--- MacRuby/branches/experimental/ext/ripper/extconf.rb	2009-07-05 06:41:51 UTC (rev 1987)
+++ MacRuby/branches/experimental/ext/ripper/extconf.rb	2009-07-05 06:42:45 UTC (rev 1988)
@@ -15,7 +15,7 @@
   $defs << '-DRIPPER'
   $defs << '-DRIPPER_DEBUG' if $debug
   $VPATH << '$(topdir)' << '$(top_srcdir)'
-  $INCFLAGS << ' -I$(topdir) -I$(top_srcdir)'
+  $INCFLAGS << ' -I$(topdir) -I$(top_srcdir) -I$(top_srcdir)/onig'
   create_makefile 'ripper'
 end
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macruby-changes/attachments/20090704/6845573f/attachment.html>


More information about the macruby-changes mailing list