Skip to content

Fix rake install for empty `cflags`

Pablo requested to merge pbz/sequoia-ruby-ffi:fix-rake-install into master

In my case cflags was an empty string, which made the calls to gcc fail.

This also fixes including the error object into the string when raising the exception.

Merge request reports