Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- def libv8_include_path
- "#{libv8_source_path}/include"
- end
- alias_method :include_path, :libv8_include_path
- def libv8_source_path
- File.expand_path "../../vendor/v8", __FILE__
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement