Skip to content

Commit 530b1a5

Browse files
Jake-ShadleByron
andauthored
Note PR
Co-authored-by: Sebastian Thiel <[email protected]>
1 parent 9c2bf78 commit 530b1a5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

zng/cc.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ impl Build {
1414
// cc currently has a bug where they create a named temp file in a directory
1515
// without ensuring the directory exists first, so apply this workaround
1616
// until it can be fixed upstream
17+
// Can be removed once https://github.com/rust-lang/cc-rs/pull/1072 is merged and released.
1718
let mut pb = PathBuf::from(env::var_os("OUT_DIR").expect("this should always be set"));
1819
pb.push("lib");
1920
if let Err(err) = std::fs::create_dir_all(&pb) {

0 commit comments

Comments
 (0)