We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d2a05b0 commit 30ea3b9Copy full SHA for 30ea3b9
lib/easy_compile/compilation_tasks.rb
@@ -57,8 +57,10 @@ def with_mkmf_monkey_patch
57
58
instance = self
59
60
+ previous_create_makefile = method(:create_makefile)
61
Object.define_method(:create_makefile) do |name, *args|
62
instance.binary_name = name
63
+ previous_create_makefile.call(name, *args)
64
end
65
66
Object.define_method(:create_rust_makefile) do |name, *args|
0 commit comments