Skip to content

Commit

Permalink
Update libuv update instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
wch committed Jan 5, 2022
1 parent fe6dfa0 commit 541af52
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions src/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,17 +56,13 @@ To update libuv to a new version, do the following:

```
# Fix for unnamed structs on MinGW
git cherry-pick 327a0a9
git cherry-pick 7106577
# Fix for empty translation unit warning on Windows with -pedantic
git cherry-pick d5a24b7
git cherry-pick 8ab31ef
# Fix for Solaris
git cherry-pick fea361c
# Use C-style comments
git cherry-pick bf9dd71
# Workaround for warning on Windows about no return statement
git cherry-pick 7648442
git cherry-pick 1898a29
# Workaround for pragma NOTE
git cherry-pick 577fe91
git cherry-pick 421f092
```

* If the cherry-picked commits needed any modification, update this README to refer to the new cherry-picked commits, then commit.
Expand Down

0 comments on commit 541af52

Please sign in to comment.