Skip to content

Commit 5d35f57

Browse files
committed
Trying this
1 parent 7f27323 commit 5d35f57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jingle_sleigh/build.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ fn copy_cpp_sources<T: AsRef<Path>, E: AsRef<Path>>(
201201

202202
fn crate_root() -> PathBuf {
203203
// The directory containing build.rs
204-
PathBuf::from(std::env::var("CARGO_MANIFEST_DIR").unwrap())
204+
PathBuf::new()
205205
}
206206

207207
fn ffi_rs_path() -> PathBuf {

0 commit comments

Comments
 (0)