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.
5 lines
93 B
Ruby
5 lines
93 B
Ruby
env do |env|
|
|
env.echo = :command
|
|
env.Copy("copy.rb", "echo_command_ruby_builder.rb")
|
|
end
|