Skip to content

Commit

Permalink
Update build-mingw.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
basdp committed Oct 8, 2024
1 parent 86c8eb1 commit 2c44b3f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-mingw.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,8 @@ jobs:
clang_win_version=18
cc="${{ steps.msys2.outputs.msys2-location }}/ucrt64/bin/clang"
cxx="${{ steps.msys2.outputs.msys2-location }}/ucrt64/bin/clang++"
extra_cflags=[\"--target=x86_64-unknown-windows-gnu\"]
extra_cxxflags=[\"--target=x86_64-unknown-windows-gnu\"]
'
bin/gn args out/lib --list
Expand Down

0 comments on commit 2c44b3f

Please sign in to comment.