Skip to content

Commit 0f71487

Browse files
committed
remove internal InstallArgs::dylib_path
1 parent 19d6e05 commit 0f71487

File tree

2 files changed

+0
-5
lines changed

2 files changed

+0
-5
lines changed

crates/cargo-gpu/src/args.rs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,6 @@ pub struct BuildArgs {
4242
reason = "cmdline args have many bools"
4343
)]
4444
pub struct InstallArgs {
45-
/// path to the `rustc_codegen_spirv` dylib
46-
#[clap(long, hide(true), default_value = "INTERNALLY_SET")]
47-
pub dylib_path: std::path::PathBuf,
48-
4945
/// Directory containing the shader crate to compile.
5046
#[clap(long, default_value = "./")]
5147
pub shader_crate: std::path::PathBuf,

crates/cargo-gpu/src/install.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,6 @@ package = "rustc_codegen_spirv"
210210
.context("writing target spec files")?;
211211
}
212212

213-
self.spirv_install.dylib_path.clone_from(&dest_dylib_path);
214213
Ok((dest_dylib_path, toolchain_channel))
215214
}
216215
}

0 commit comments

Comments
 (0)