We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ffb1239 commit 9e9c5a9Copy full SHA for 9e9c5a9
1 file changed
bindings/ruby/ext/extconf.rb
@@ -18,6 +18,6 @@
18
#{libs}: cmake-targets
19
cmake-targets:
20
#{"\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
+ #{"\t"}#{cmake} --build build --config Release --target common whisper parakeet
22
EOF
23
end
0 commit comments