Skip to content

Commit 758a88e

Browse files
Remove c-compiler
Co-authored-by: Matthew Feickert <[email protected]>
1 parent 85dbd59 commit 758a88e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/user/faq.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ are a telltale sign that you are lacking compilers.
9797
Depending on the specific tools that you use for building C/C++ code, you may need some additional tools, for example:
9898

9999
```
100-
c-compiler cxx-compiler cmake pkg-config make ninja meson
100+
cxx-compiler cmake pkg-config make ninja meson
101101
```
102102

103103
<a id="faq-compiler-required-options"></a>

0 commit comments

Comments
 (0)