Skip to content

Commit 86604aa

Browse files
committed
Fix dependency of build task
1 parent 41eaec7 commit 86604aa

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
@@ -22,7 +22,7 @@ CLEAN.include FileList["ext/**/*.o", "ext/**/*.metal", "ext/**/*.tmp", "ext/whis
2222

2323
SRC = FileList["ext/*.{c,cpp,h}"]
2424

25-
task build: ["ext/Makefile", "whispercpp.gemspec"]
25+
task build: SOURCES
2626

2727
directory "pkg"
2828
CLOBBER.include "pkg"

0 commit comments

Comments
 (0)