Skip to content

Commit

Permalink
Fix ruby warning: (#168)
Browse files Browse the repository at this point in the history
lib/rake/extensiontask.rb:471: warning: instance variable @make not initialized
  • Loading branch information
larskanis authored and kou committed Jan 10, 2020
1 parent 2079532 commit a86722f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/rake/extensiontask.rb
Expand Up @@ -26,6 +26,7 @@ def init(name = nil, gem_spec = nil)
@no_native = false
@config_includes = []
@ruby_versions_per_platform = {}
@make = nil
end

def cross_platform
Expand Down

0 comments on commit a86722f

Please sign in to comment.