Skip to content

Commit

Permalink
Trying to fix clang-linux-x64 jobs.
Browse files Browse the repository at this point in the history
Added build flag '-stdlib=libc++'.
  • Loading branch information
rturrado committed Dec 14, 2023
1 parent 8bee1cb commit 97d8c76
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions conan/profiles/tests-release-clang-linux-x64
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,5 @@ compiler=clang
compiler.version=14

[conf]
tools.build:cxx_flags=["-stdlib=libc++"]
tools.build:compiler_executables={ 'c' : 'clang', 'cpp' : 'clang++' }

0 comments on commit 97d8c76

Please sign in to comment.