mirror of
https://github.com/EmbarkStudios/rust-gpu.git
synced 2024-11-21 14:24:13 +00:00
linker/test: avoid using std::env
entirely.
This commit is contained in:
parent
a48588b11b
commit
9002209a14
@ -154,7 +154,7 @@ fn link_with_linker_opts(
|
||||
modules,
|
||||
opts,
|
||||
&OutputFilenames::new(
|
||||
std::env::current_dir().unwrap_or_default(),
|
||||
"".into(),
|
||||
"".into(),
|
||||
None,
|
||||
None,
|
||||
|
Loading…
Reference in New Issue
Block a user