We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a6ac175 commit ea76ca7Copy full SHA for ea76ca7
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