1 parent 7dd3b88 commit 043bab4Copy full SHA for 043bab4
1 file changed
ext/extconf.rb
@@ -98,7 +98,7 @@ def install
98
end
99
100
if RUBY_PLATFORM =~ /linux|darwin/
101
- krb5_recipe = BuildRecipe.new("krb5", KRB5_VERSION, [KRB5_SOURCE_URI]).tap do |recipe|
+ BuildRecipe.new("krb5", KRB5_VERSION, [KRB5_SOURCE_URI]).tap do |recipe|
102
class << recipe
103
def work_path
104
File.join(super, "src")
0 commit comments