Moved asm

master
pca006132 2020-08-25 14:30:33 +08:00
parent 1d50ac9052
commit 1fbfaa23c4
2 changed files with 1 additions and 1 deletions

View File

@ -91,7 +91,7 @@ fn compile_memcpy() {
"memcpy.S",
];
let root = Path::new("asm");
let root = Path::new("src/asm");
for src in sources {
println!("cargo:rerun-if-changed={}", src);
cfg.file(root.join(src));