diff options
Diffstat (limited to 'xmake/modules/package/manager/install.lua')
| -rw-r--r-- | xmake/modules/package/manager/install.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/modules/package/manager/install.lua b/xmake/modules/package/manager/install.lua index 175a1cecf..b06f38e22 100644 --- a/xmake/modules/package/manager/install.lua +++ b/xmake/modules/package/manager/install.lua @@ -40,7 +40,7 @@ function main(name, opt) table.insert(scripts, import("yum.install", {anonymous = true})) table.insert(scripts, import("pacman.install", {anonymous = true})) table.insert(scripts, import("brew.install", {anonymous = true})) - elseif host = "windows" then + elseif host == "windows" then table.insert(scripts, import("pacman.install", {anonymous = true})) -- msys/mingw end assert(#scripts > 0, "package manager not found!") |
