6 lines
89 B
Ruby
6 lines
89 B
Ruby
build do
|
|
Rscons::Environment.new do |env|
|
|
env.CFile("file.c", "foo.bar")
|
|
end
|
|
end
|