diff options
| author | biobot <[email protected]> | 2020-09-15 16:55:21 +0800 |
|---|---|---|
| committer | biobot <[email protected]> | 2020-09-15 17:48:13 +0800 |
| commit | aaa29a3659d7b8a10c5196f5c035390045c9cf71 (patch) | |
| tree | de6d873677844f1ac9d45de7f3c7948c716dadbb /xmake/modules | |
| parent | b12caef38876cac6b31c7b96e7033464606022f4 (diff) | |
fix patch apply issue
Signed-off-by: biobot <[email protected]>
Diffstat (limited to 'xmake/modules')
| -rw-r--r-- | xmake/modules/devel/git/apply.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/modules/devel/git/apply.lua b/xmake/modules/devel/git/apply.lua index 46d3f8ca6..7ed356f5e 100644 --- a/xmake/modules/devel/git/apply.lua +++ b/xmake/modules/devel/git/apply.lua @@ -42,7 +42,7 @@ function main(patchfile, opt) -- init argv opt = opt or {} - local argv = {"apply", "--reject", patchfile} + local argv = {"apply", "--reject", "--ignore-whitespace", patchfile} -- enter repository directory local oldir = nil |
