Skip to content

Commit 666e13f

Browse files
committed
Make dependency on Makefile more accurate
1 parent 322645d commit 666e13f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bindings/ruby/Rakefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ LIB_NAME = "whisper".ext(RbConfig::CONFIG["DLEXT"])
3838
SO_FILE = File.join("ext", LIB_NAME)
3939
LIB_FILE = File.join("lib", LIB_NAME)
4040

41-
file "ext/Makefile" => ["ext/extconf.rb"] + SOURCES do |t|
41+
file "ext/Makefile" => ["ext/extconf.rb", "ext/ruby_whisper.h", "ext/ruby_whisper.cpp"] + SOURCES do |t|
4242
Dir.chdir "ext" do
4343
ruby "extconf.rb"
4444
end

0 commit comments

Comments
 (0)