mirror of
https://github.com/ggerganov/whisper.cpp.git
synced 2025-08-15 02:02:43 +02:00
ruby : test extra build options only when env var specified (#3136)
* Test Ruby bindings' extra options only when commanded * ruby : test extra build options only when env var specified * Fix extra_options * Update gem date
This commit is contained in:
@ -53,7 +53,7 @@ class Options
|
||||
end
|
||||
|
||||
def extra_options
|
||||
@options.keys + @pending_options - @ignored_options -
|
||||
@options.keys + @pending_options + @ignored_options -
|
||||
cmake_options.collect {|name, type, value| name}
|
||||
end
|
||||
|
||||
|
Reference in New Issue
Block a user