Merge pull request #6 from tversteeg/custom-target

Support custom target files
main
Roman Kretschmer 4 years ago committed by GitHub
commit aed0c2fb0b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -49,7 +49,9 @@ fn main() {
.path(
artifact,
profile,
opt.target.as_deref(),
opt.target
.as_deref()
.map(|target| target.trim_end_matches(".json")),
"x86_64-unknown-linux-gnu",
)
.expect("Couldn't find the build result");

Loading…
Cancel
Save