diff options
| author | ruki <[email protected]> | 2024-04-11 22:52:06 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2024-04-11 22:52:06 +0800 |
| commit | 8149723e942007f454aeb6422265fb812e9f833c (patch) | |
| tree | 7647f7cc0b24f652aff49afccd208ec4643922b7 /xmake/toolchains/tinycc/xmake.lua | |
| parent | c660b69ea4fa30ef89c48500fb030fef5bc6da6b (diff) | |
fix error
Diffstat (limited to 'xmake/toolchains/tinycc/xmake.lua')
| -rw-r--r-- | xmake/toolchains/tinycc/xmake.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/toolchains/tinycc/xmake.lua b/xmake/toolchains/tinycc/xmake.lua index 6ca46172f..1af772892 100644 --- a/xmake/toolchains/tinycc/xmake.lua +++ b/xmake/toolchains/tinycc/xmake.lua @@ -80,7 +80,7 @@ toolchain("tinycc") toolchain:add("linkdirs", path.join(installdir, "lib")) end end - local sdkdir = package:sdkdir() + local sdkdir = toolchain:sdkdir() if os.isdir(sdkdir) then local includedir = path.join(sdkdir, "include") if os.isdir(includedir) then |
