Skip to content

Commit 781ff71

Browse files
Wentzellclaude
andcommitted
Fix stdlib=libc++ condition for clang++-19 on Ubuntu
Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 5e84e1e commit 781ff71

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ jobs:
112112
echo "LDFLAGS=-L$(brew --prefix llvm)/lib/c++ -L/opt/homebrew/opt/llvm/lib/unwind -lunwind" >> $GITHUB_ENV
113113
114114
- name: Add clang CXXFLAGS
115-
if: ${{ matrix.cxx == 'clang++' }}
115+
if: ${{ startsWith(matrix.cxx, 'clang') }}
116116
run: |
117117
echo "CXXFLAGS=-stdlib=libc++" >> $GITHUB_ENV
118118

0 commit comments

Comments
 (0)