Skip to content

Commit 89b48bd

Browse files
authored
Fix build with Rust v1.80.0-nightly (2024-05-05). (#235)
Signed-off-by: Martijn Stevenson <[email protected]>
1 parent 70914a7 commit 89b48bd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build.rs

+1
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
fn main() {
1616
println!("cargo:rerun-if-changed=build.rs");
1717
println!("cargo:rerun-if-env-changed=RUSTFLAGS");
18+
println!("cargo:rustc-check-cfg=cfg(wasi_exec_model_reactor)");
1819

1920
if let Some(target_os) = std::env::var_os("CARGO_CFG_TARGET_OS") {
2021
if target_os != "wasi" {

0 commit comments

Comments
 (0)