]> granicus.if.org Git - graphviz/commitdiff
extra ruby-1.9 config - patch from <ralf.mueller@zmaw.de>
authorellson <devnull@localhost>
Fri, 18 Feb 2011 16:51:31 +0000 (16:51 +0000)
committerellson <devnull@localhost>
Fri, 18 Feb 2011 16:51:31 +0000 (16:51 +0000)
config/config_ruby.rb

index 9211cdd43308dca68a63db0387de5794aee87ad2..0200eced45f0d513582d3daa9e3b1cce58c63962 100644 (file)
@@ -5,7 +5,7 @@ CONFIG = Config::MAKEFILE_CONFIG
 
 case ARGV[0]
 when "INCLUDES"
-    puts Config::expand(CONFIG["archdir"])
+    puts "#{Config::expand(CONFIG['rubyhdrdir'])} -I#{Config::expand(CONFIG['rubyhdrdir'])}/#{Config::expand(CONFIG['arch'])}"
 when "lib"
     puts Config::expand(CONFIG["libdir"])
 when "archsitelib"