8 lines
146 B
Ruby
8 lines
146 B
Ruby
configure do
|
|
check_cfg program: "my-config"
|
|
end
|
|
|
|
Rscons::Environment.new(echo: :command) do |env|
|
|
env.Program("myconfigtest", "simple.c")
|
|
end
|