Skip to content

Commit

Permalink
improve LDFLAGS
Browse files Browse the repository at this point in the history
  • Loading branch information
daschuer authored Oct 21, 2024
1 parent 4f3ef6f commit 1b6534a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
CC: clang
CXX: clazy
CXXFLAGS: -stdlib=libc++
LDFLAGS: -stdlib=libc++
LDFLAGS: -lc++ -lc++abi
- name: Configure (clang-tidy)
if: matrix.name == 'clang-tidy'
run: |
Expand Down

0 comments on commit 1b6534a

Please sign in to comment.