public
Rubygem
Description: Ruby osx/plist extension for reading/writing property lists
Clone URL: git://github.com/kballard/osx-plist.git
Make extconf.rb always use /usr/bin/ruby so it will compile against ruby 
1.6 even if I have ruby 1.8 installed elsewhere
Make extconf.rb executable
kballard (author)
Thu Apr 28 17:36:57 -0700 2005
commit  0de5ae9cf1a805ebdddef6da4e339d9f9164de11
tree    46709be00b0bda6466b017bd7a577a7ea9188ebf
parent  c241e43e0ea54f826ac8b342ed59537f954f5dfd
0
extconf.rb 100644 →
...
 
1
2
3
...
1
2
3
4
0
@@ -1,3 +1,4 @@
0
+#!/usr/bin/ruby
0
 require 'mkmf'
0
 $CFLAGS.gsub!("-arch i386", "")
0
 #$LIBS += ' -framework CoreFoundation'

Comments

    No one has commented yet.