Skip to content

Commit

Permalink
minimal-sdk: make Clang's gcc-compat functional
Browse files Browse the repository at this point in the history
The `gcc.exe` provided by Clang needs another DLL that was not required
when `gcc.exe` really was GCC.

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
  • Loading branch information
dscho committed Aug 13, 2024
1 parent 835a26a commit 1ad6b81
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .sparse/minimal-sdk
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
# The gcc-compat package provides a link from
# gcc.exe to clang
/clangarm64/bin/gcc.exe
/clangarm64/bin/libc++.dll

# gettext (msgfmt)
/clangarm64/bin/msgfmt.exe
Expand Down

0 comments on commit 1ad6b81

Please sign in to comment.