summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorImperatorS79 <[email protected]>2022-08-13 16:28:41 +0200
committerGitHub <[email protected]>2022-08-13 16:28:41 +0200
commitf3797df817b8f6a5078f280fd2846978639e46c0 (patch)
tree2f9f0cba42ae6293c55b98ebf5a37e03acdadf1e
parentbc9544477ef938865ac6519f7914877ec126d802 (diff)
Update find_package.lua
-rw-r--r--xmake/modules/package/manager/pacman/find_package.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/modules/package/manager/pacman/find_package.lua b/xmake/modules/package/manager/pacman/find_package.lua
index c0167cfd7..119a8169e 100644
--- a/xmake/modules/package/manager/pacman/find_package.lua
+++ b/xmake/modules/package/manager/pacman/find_package.lua
@@ -29,7 +29,7 @@ function _find_package_from_list(list, name, pacman, opt)
-- mingw + pacman = cygpath available
local cygpath = nil
- local pathtomsys2 = nil
+ local pathtomsys = nil
if is_subhost("msys") and opt.plat == "mingw" then
cygpath = find_tool("cygpath")
if not cygpath then