diff options
| author | ruki <[email protected]> | 2020-01-15 00:57:02 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2020-01-14 23:42:14 +0800 |
| commit | eb1effdccd96425375af083d45a94a790f0c6d56 (patch) | |
| tree | 8eb796b2fc2c80daa98ad5b03717177b62b7c1c9 /xmake/actions/require/impl/action/patch.lua | |
| parent | 2ac4c85c73d5fe061d96b1f4dbcb808787474ffd (diff) | |
add resources for package
Diffstat (limited to 'xmake/actions/require/impl/action/patch.lua')
| -rw-r--r-- | xmake/actions/require/impl/action/patch.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/actions/require/impl/action/patch.lua b/xmake/actions/require/impl/action/patch.lua index 2c04f9d6b..66340b8d8 100644 --- a/xmake/actions/require/impl/action/patch.lua +++ b/xmake/actions/require/impl/action/patch.lua @@ -80,6 +80,6 @@ function main(package) -- do all patches for _, patchinfo in ipairs(patches) do - _patch(package, patchinfo[1], patchinfo[2]) + _patch(package, patchinfo.url, patchinfo.sha256) end end |
