Skip to content

Commit

Permalink
qtwebengine: Use clang for native toolchain as well
Browse files Browse the repository at this point in the history
This makes the chromium build less confused when mixing
native compiler for gcc and target compiler for clang
this does not sit well with gn build system and it starts
to pass clang options to gcc, which does not always work

Signed-off-by: Khem Raj <[email protected]>
  • Loading branch information
kraj committed Sep 19, 2024
1 parent c6a3ab1 commit f3cf775
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
inherit clang-native

0 comments on commit f3cf775

Please sign in to comment.