[cairo-commit] rcairo extconf.rb,1.14,1.15

Kouhei Sutou commit at pdx.freedesktop.org
Thu Apr 3 21:39:32 PDT 2008


Committed by: kou

Update of /cvs/cairo/rcairo
In directory kemper:/tmp/cvs-serv14730

Modified Files:
	extconf.rb 
Log Message:
* extconf.rb: use - not /.


Index: extconf.rb
===================================================================
RCS file: /cvs/cairo/rcairo/extconf.rb,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -d -r1.14 -r1.15
--- extconf.rb	4 Apr 2008 04:37:03 -0000	1.14
+++ extconf.rb	4 Apr 2008 04:43:38 -0000	1.15
@@ -108,7 +108,7 @@
       f.puts("#{name} = #{vars}")
     when /^\t\$\(CC\)/
       if PKGConfig.msvc?
-        output_option = "/Fo"
+        output_option = "-Fo"
       else
         output_option = "-o"
       end



More information about the cairo-commit mailing list