Moved asm
This commit is contained in:
parent
1d50ac9052
commit
1fbfaa23c4
2
build.rs
2
build.rs
|
@ -91,7 +91,7 @@ fn compile_memcpy() {
|
||||||
"memcpy.S",
|
"memcpy.S",
|
||||||
];
|
];
|
||||||
|
|
||||||
let root = Path::new("asm");
|
let root = Path::new("src/asm");
|
||||||
for src in sources {
|
for src in sources {
|
||||||
println!("cargo:rerun-if-changed={}", src);
|
println!("cargo:rerun-if-changed={}", src);
|
||||||
cfg.file(root.join(src));
|
cfg.file(root.join(src));
|
||||||
|
|
Loading…
Reference in New Issue