We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 711cb55 commit f3947a7Copy full SHA for f3947a7
crates/node_binding/scripts/build.js
@@ -87,7 +87,7 @@ async function build() {
87
}
88
if (values.profile === "release") {
89
features.push("info-level");
90
- if (process.env.RUST_TARGET && !process.env.RUST_TARGET.startsWith("windows-msvc")) {
+ if (process.env.RUST_TARGET && !process.env.RUST_TARGET.includes("windows-msvc")) {
91
rustflags.push("-Cforce-unwind-tables=no");
92
93
0 commit comments