Files meant for the previous commit

This commit is contained in:
Luke Parker
2022-04-27 00:09:25 -04:00
parent df4be9ca0c
commit c9537a08a1
4 changed files with 13 additions and 12 deletions

View File

@@ -38,7 +38,8 @@ fn main() {
println!("cargo:rerun-if-env-changed=OUT_DIR");
if !Path::new(
&format!(
"c/monero/src/crypto/{}cncrypto.{}",
"{}/{}cncrypto.{}",
out_dir,
&env::consts::DLL_PREFIX,
&env::consts::DLL_EXTENSION
)