Skip to content

Commit 47039d9

Browse files
kornelskilu-zero
authored andcommitted
Update nasm-rs
1 parent f3b1c58 commit 47039d9

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ rustc_version = "0.2"
104104
regex = { version = "1", optional = true }
105105

106106
[build-dependencies.nasm-rs]
107-
version = "=0.1.7"
107+
version = "0.2"
108108
optional = true
109109
features = ["parallel"]
110110

build.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,9 @@ fn build_nasm_files() {
110110
"rav1easm",
111111
asm_files,
112112
&[&config_include_arg, "-Isrc/"],
113+
)
114+
.expect(
115+
"NASM build failed. Make sure you have nasm installed. https://nasm.us",
113116
);
114117
std::fs::write(hash_path, &hash[..]).unwrap();
115118
} else {

0 commit comments

Comments
 (0)