Skip to content

Commit

Permalink
Disable -filelist
Browse files Browse the repository at this point in the history
  • Loading branch information
RyanGlScott committed Aug 19, 2024
1 parent 96c848c commit b277f93
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,8 @@ jobs:
# Switch the linker used for merging objects from Apple's ld to LLVM's
# ld.lld.
sed -i.bak -E "s|(\(\"Merge\ objects\ command\",\ \")[^\"]*(\"\))|\1${LD_LLD}\2|" $(ghc --print-libdir)/settings
# GCC doesn't support the -filelist option.
sed -i.bak -E "s|(\(\"ld\ supports\ filelist\",\ \")[^\"]*(\"\))|\1NO\2|" $(ghc --print-libdir)/settings
- name: Check our work
shell: bash
Expand Down

0 comments on commit b277f93

Please sign in to comment.