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 40e86a7 commit 9f7eee0Copy full SHA for 9f7eee0
script/build.ts
@@ -61,7 +61,7 @@ function main() {
61
}
62
63
// eslint-disable-next-line @typescript-eslint/prefer-nullish-coalescing, @typescript-eslint/strict-boolean-expressions
64
- if (process.env.ZMQ_DRAFT) {
+ if (process.env.ZMQ_DRAFT === "true") {
65
console.log("Enabling draft support")
66
build_options += " -DENABLE_DRAFTS=ON"
67
0 commit comments