mirror of
https://github.com/vlang/v.git
synced 2025-09-15 15:32:27 +03:00
7 lines
336 B
Markdown
7 lines
336 B
Markdown
The changes here are produced by modifying `thirdparty/zstd/zstd_v.patch`,
|
|
and then running `v thirdparty/zstd/update.vsh` .
|
|
|
|
You can generate a new patch by:
|
|
`diff -u zstd-1.5.7/build/single_file_libs/zstd.c thirdparty/zstd/zstd.c > zstd_custom.patch`
|
|
|
|
BTW, patch is between `/* >> v_patch start */` and `/* << v_patch end */` mostly.
|