rscons/build_tests/configure/check_program_no_fail.rb

4 lines
74 B
Ruby

configure do
check_program "program-that-is-not-found", fail: false
end