diff options
| author | ruki <[email protected]> | 2020-09-28 23:09:23 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2020-09-28 23:09:23 +0800 |
| commit | 0c52f3a6ab4397c5be94c3293f4ae20d6b7a8b94 (patch) | |
| tree | c6bacf9de25b6af942b5e7ac83bca8aa3cf1e5ce /xmake/modules/detect/tools/find_sdcc.lua | |
| parent | 34e395ad9281d17382b1d1c5a4e7828a259720f0 (diff) | |
rename some pathes to paths
Diffstat (limited to 'xmake/modules/detect/tools/find_sdcc.lua')
| -rw-r--r-- | xmake/modules/detect/tools/find_sdcc.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/modules/detect/tools/find_sdcc.lua b/xmake/modules/detect/tools/find_sdcc.lua index 5c2867d02..f5db20b32 100644 --- a/xmake/modules/detect/tools/find_sdcc.lua +++ b/xmake/modules/detect/tools/find_sdcc.lua @@ -50,7 +50,7 @@ function main(opt) table.insert(paths, "$(reg HKEY_LOCAL_MACHINE\\SOFTWARE\\WOW6432Node\\SDCC)\\bin") end if #paths > 0 then - opt.pathes = paths + opt.paths = paths end -- find program |
