Skip to content

Commit 8bc231f

Browse files
committed
Fix path
1 parent 8d43b9e commit 8bc231f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

jingle_sleigh/build.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -195,6 +195,7 @@ fn crate_root() -> PathBuf {
195195

196196
fn ffi_rs_path() -> PathBuf {
197197
let mut p = crate_root();
198+
p.push("jingle_sleigh");
198199
p.push("src");
199200
p.push("ffi");
200201
p

0 commit comments

Comments
 (0)