Commit 300add0
committed
build: request c++ compiler for host and build machine
meson complains:
../meson.build:34: WARNING: add_languages is missing native:, assuming languages are wanted for both host and build.
The ci builds are using cross compiler, thus we need the c++ compiler in
this scenario.
Signed-off-by: Daniel Wagner <wagi@kernel.org>1 parent 6b71e9b commit 300add0
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | | - | |
| 34 | + | |
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
| |||
0 commit comments