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/toolchains/tinyc | |
| parent | 34e395ad9281d17382b1d1c5a4e7828a259720f0 (diff) | |
rename some pathes to paths
Diffstat (limited to 'xmake/toolchains/tinyc')
| -rw-r--r-- | xmake/toolchains/tinyc/xmake.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/toolchains/tinyc/xmake.lua b/xmake/toolchains/tinyc/xmake.lua index 7327969d5..8eb6f79f4 100644 --- a/xmake/toolchains/tinyc/xmake.lua +++ b/xmake/toolchains/tinyc/xmake.lua @@ -49,7 +49,7 @@ toolchain("tinyc") sdkdir = winenv_tccsdk end end - if find_tool("tcc", {pathes = config.get("bin") or sdkdir}) then + if find_tool("tcc", {paths = config.get("bin") or sdkdir}) then config.set("__tcc_sdkdir", sdkdir) return true end |
