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:
KITAITI Makoto
2025-05-12 13:49:46 +09:00
committed by GitHub
parent 2e310b841e
commit 9dd9685c79
3 changed files with 3 additions and 8 deletions

View File

@ -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