Commit 5a5cc11a authored by Allan Sandfeld Jensen's avatar Allan Sandfeld Jensen Committed by Jani Heikkinen
Browse files

Fix clang build with libstdc++8


Chromium was trying to use some specific sample profiles, just ignore
that.

Task-number: QTBUG-75265
Change-Id: Ifd0517d521634ec01f66d18606f8696bf703b42a
Reviewed-by: default avatarMichal Klocek <michal.klocek@qt.io>
Showing with 1 addition and 0 deletions
...@@ -36,6 +36,7 @@ clang { ...@@ -36,6 +36,7 @@ clang {
gn_args += \ gn_args += \
is_clang=true \ is_clang=true \
clang_use_chrome_plugins=false \ clang_use_chrome_plugins=false \
clang_use_default_sample_profile=false \
clang_base_path=\"$${clang_prefix}\" clang_base_path=\"$${clang_prefix}\"
linux-clang-libc++: gn_args += use_libcxx=true linux-clang-libc++: gn_args += use_libcxx=true
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment