mirror of
https://github.com/cemu-project/vcpkg.git
synced 2024-12-11 12:53:35 +00:00
Mention --ignore-space-at-eol in patching.md (#11952)
This commit is contained in:
parent
da3be5d43b
commit
5f237aa8a4
@ -140,7 +140,7 @@ Now we can modify `pngpriv.h` to use `abort()` everywhere.
|
||||
|
||||
The output of `git diff` is already in patch format, so we just need to save the patch into the `ports/libpng` directory.
|
||||
```no-highlight
|
||||
PS buildtrees\libpng\src\libpng-1.6.24> git diff | out-file -enc ascii ..\..\..\..\ports\libpng\use-abort-on-all-platforms.patch
|
||||
PS buildtrees\libpng\src\libpng-1.6.24> git diff --ignore-space-at-eol | out-file -enc ascii ..\..\..\..\ports\libpng\use-abort-on-all-platforms.patch
|
||||
```
|
||||
|
||||
Finally, we need to apply the patch after extracting the source.
|
||||
|
Loading…
Reference in New Issue
Block a user