gosu/ruby-app

Modify Rakefile to not ruin the Ruby installation

jlnr opened this issue · 0 comments

jlnr commented

Right now, the Rakefile modifies the Ruby installation in-place to mess around with dylib settings.

It would be much nicer if the files would be copied to /tmp, modified, then lipo'd into the destination file tree.