Skip to content
Snippets Groups Projects
Commit 555c32f0 authored by Luca Barbato's avatar Luca Barbato Committed by Luca Barbato
Browse files

Add the nasm file to the rerun-if-changed list

parent 392be13a
No related branches found
No related tags found
No related merge requests found
......@@ -35,6 +35,8 @@ fn main() {
config_include_arg.push('/');
nasm_rs::compile_library_args("rav1easm", &["src/x86/ipred.asm"], &[&config_include_arg, "-Isrc/"]);
println!("cargo:rustc-link-lib=static=rav1easm");
rerun_dir("src/x86");
rerun_dir("src/ext/x86");
}
if cfg!(windows) && cfg!(feature = "decode_test") {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment