set_output_dirΒΆ

set_output_dir :: fn (target: *Target, dir: string)

Set build output directory. This is directory where all output files will be written. For example diferent output directory can be set for any build mode.

Directory path dir. This can contain non-existing directories separated by /, compiler will create all missing directories in passed path.

Specified directory will be used also for build temporary files.

Declared in: build.bl