We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
manifest_required()
1 parent 62d97a5 commit 7f454c9Copy full SHA for 7f454c9
2 files changed
crates/ark/build.rs
@@ -66,7 +66,7 @@ fn main() {
66
.join("manifest")
67
.join("ark-manifest.rc");
68
embed_resource::compile_for_everything(resource, embed_resource::NONE)
69
- .manifest_optional()
+ .manifest_required()
70
.unwrap();
71
72
cc::Build::new().file("src/debug.c").compile("debug");
crates/harp/build.rs
@@ -24,6 +24,6 @@ fn main() {
24
25
.join("harp-manifest.rc");
26
27
28
29
}
0 commit comments