Skip to content

Commit 8001a1b

Browse files
committed
Mention that compilers are always build dependencies
Signed-off-by: Michał Górny <mgorny@quansight.com>
1 parent d9b2a9f commit 8001a1b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/maintainer/infrastructure.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -513,8 +513,8 @@ scripts set up a number of standard environment variables such as `CC`, and perf
513513
setup actions for the common build systems such as CMake and Meson.
514514

515515
Recipes provide a `compiler` macro that is used to generate the correct dependency
516-
on a compiler for the language specified. For example, to depend on a C and C++
517-
compilers, one would specify:
516+
on a compiler for the language specified. Compilers are always added to `build`
517+
dependencies. For example, to depend on a C and C++ compilers, one would specify:
518518

519519
```yaml
520520
requirements:

0 commit comments

Comments
 (0)