Skip to content

Commit 9e9c5a9

Browse files
committed
ruby : add parakeet cmake target
1 parent ffb1239 commit 9e9c5a9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

bindings/ruby/ext/extconf.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@
1818
#{libs}: cmake-targets
1919
cmake-targets:
2020
#{"\t"}#{cmake} -S sources -B build -D BUILD_SHARED_LIBS=OFF -D CMAKE_ARCHIVE_OUTPUT_DIRECTORY=#{__dir__} -D CMAKE_POSITION_INDEPENDENT_CODE=ON #{options}
21-
#{"\t"}#{cmake} --build build --config Release --target common whisper
21+
#{"\t"}#{cmake} --build build --config Release --target common whisper parakeet
2222
EOF
2323
end

0 commit comments

Comments
 (0)