rscons/build_tests/configure/configure_with_top_level_env.rb

7 lines
103 B
Ruby

configure do
check_c_compiler
end
env do |env|
puts "Prefix is #{Task["configure"]["prefix"]}"
end