10 lines
184 B
Ruby
10 lines
184 B
Ruby
configure do
|
|
check_c_header "string.h", set_define: "HAVE_STRING_H"
|
|
end
|
|
|
|
build do
|
|
Rscons::Environment.new(echo: :command) do |env|
|
|
env.Object("simple.o", "simple.c")
|
|
end
|
|
end
|