Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix build error with Ruby 3.1 on Windows
Since Ruby 3.2, `pipe` function declaration is provided in https://github.com/ruby/ruby/blob/21c708ee802e1a59901eccc6448e40e8f72189b8/include/ruby/missing.h#L292 However, it does not provided it with Ruby 3.1. This patch will define `pipe` macro to use proper function due to fix build error.
- Loading branch information