Skip to content

Commit

Permalink
Trying to fix clang-linux-x64 jobs.
Browse files Browse the repository at this point in the history
Changed 'cxx_flags' to 'cxxflags'.
  • Loading branch information
rturrado committed Dec 14, 2023
1 parent 97d8c76 commit 92b6e27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conan/profiles/tests-release-clang-linux-x64
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ compiler=clang
compiler.version=14

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

0 comments on commit 92b6e27

Please sign in to comment.