Skip to content

Commit

Permalink
libc++
Browse files Browse the repository at this point in the history
  • Loading branch information
bassmang committed Oct 30, 2023
1 parent 3a7230f commit 4c74a79
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/vendor_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ jobs:
env:
CC: ${{matrix.compiler.cc}}
CXX: ${{matrix.compiler.cxx}}
CXXFLAGS: "-stdlib=libc++"
run: >
cmake -S . -B build -G Ninja
-DCMAKE_BUILD_TYPE=${{matrix.build_type}}
Expand Down

0 comments on commit 4c74a79

Please sign in to comment.