We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a43a45 commit cfa5ca2Copy full SHA for cfa5ca2
src/doc/src/reference/build-scripts.md
@@ -292,8 +292,13 @@ if foo_bar_condition {
292
}
293
```
294
295
+For a more complete example see in the [build script examples](build-script-examples) page
296
+the [conditional compilation][conditional-compilation-example] example.
297
+
298
[check-cfg-blog-post]: https://blog.rust-lang.org/2024/05/06/check-cfg.html
299
[option-check-cfg]: ../../rustc/command-line-arguments.md#option-check-cfg
300
+[build-script-examples]: build-script-examples.md
301
+[conditional-compilation-example]: build-script-examples.md#conditional-compilation
302
303
### `cargo::rustc-env=VAR=VALUE` {#rustc-env}
304
0 commit comments