Add env() method to create environments. Process all environments created at build script top level before executing any autoconf-enabled tasks, or if no tasks are specified by the user.
4 lines
70 B
Ruby
4 lines
70 B
Ruby
env do |env|
|
|
env.Program("test.exe", glob("*.c"), direct: true)
|
|
end
|