summaryrefslogtreecommitdiff
path: root/wince/mkconfig_wce.rb
blob: 4d9671cde7c21be676b47e0158024286c2d2a663 (plain)
1
2
3
4
5
6
7
f = File.open(ARGV[0], File::WRONLY|File::APPEND)
f.write <<EOM
class Object
  remove_const :RUBY_PLATFORM
  RUBY_PLATFORM = Config::CONFIG[\"RUBY_PLATFORM\"]
end
EOM