rscons/build_tests/configure/autoconf_rebuild.rb
2022-01-23 16:44:18 -05:00

11 lines
154 B
Ruby

configure do
check_c_compiler
check_c_header "stdio.h"
end
default do
Environment.new do |env|
env.Program("simple.exe", "simple.c")
end
end