Skip to content
Commit 62e680cd authored by Burke Libbey's avatar Burke Libbey Committed by Alyssa Ross
Browse files

ruby-modules: parse build_flags correctly:

In building a gem whose native extension is a Rakefile, the previous
version of this code will call essentially `rake ""`, when it means to
call `rake`.

This change converts `""` into `[]` rather than `[""]`.
parent db59e940
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment