Skip to content

Commit

Permalink
twoliter: User Twoliter.toml for version in make
Browse files Browse the repository at this point in the history
  • Loading branch information
ecpullen committed Dec 6, 2023
1 parent ba4185a commit 8b48186
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions twoliter/src/cmd/make.rs
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ impl Make {
CargoMake::new(&project, &self.arch)?
.env("CARGO_HOME", self.cargo_home.display().to_string())
.env("TWOLITER_TOOLS_DIR", tempdir.path().display().to_string())
.env("BUILDSYS_VERSION_IMAGE", project.release_version())
.makefile(makefile_path)
.project_dir(project.project_dir())
.exec_with_args(&self.makefile_task, self.additional_args.clone())
Expand Down

0 comments on commit 8b48186

Please sign in to comment.