Skip to content

Commit a7dfd0c

Browse files
committed
Yield from create_makefile in bundled gems too
1 parent 7d25007 commit a7dfd0c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ext/extmk.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -584,6 +584,8 @@ def create_makefile(*args, &block)
584584
}
585585
end
586586

587+
conf = yield conf if block
588+
587589
if conf.any? {|s| /^TARGET *= *\S/ =~ s}
588590
conf << %{
589591
gem_platform = #{Gem::Platform.local}

0 commit comments

Comments
 (0)